Aspose::Page::XPS::XpsModel::XpsMatrix::Equals طريقة

XpsMatrix::Equals(System::SharedPtr<System::Object>) method

يحدد ما إذا كان System::Object المحدد يساوي هذه الحالة.

bool Aspose::Page::XPS::XpsModel::XpsMatrix::Equals(System::SharedPtr<System::Object> obj) override
ParameterTypeالوصف
objSystem::SharedPtr<System::Object>الـ System::Object للمقارنة مع هذه الحالة.

ReturnValue

true if the specified System::Object is equal to this instance; otherwise, false.

انظر أيضًا

XpsMatrix::Equals(System::SharedPtr<XpsMatrix>, System::SharedPtr<XpsMatrix>) method

التنفيذ الفعلي.

static bool Aspose::Page::XPS::XpsModel::XpsMatrix::Equals(System::SharedPtr<XpsMatrix> a, System::SharedPtr<XpsMatrix> b)
ParameterTypeالوصف
aSystem::SharedPtr<XpsMatrix>المصفوفة الأولى.
bSystem::SharedPtr<XpsMatrix>المصفوفة الثانية.

ReturnValue

[true] if martrix are equals

انظر أيضًا