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
| Parameter | Type | الوصف |
|---|---|---|
| obj | System::SharedPtr<System::Object> | الـ System::Object للمقارنة مع هذه الحالة. |
ReturnValue
true if the specified System::Object is equal to this instance; otherwise, false.
انظر أيضًا
- Typedef SharedPtr
- Class Object
- Class XpsMatrix
- Namespace Aspose::Page::XPS::XpsModel
- Library Aspose.Page for C++
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)
| Parameter | Type | الوصف |
|---|---|---|
| a | System::SharedPtr<XpsMatrix> | المصفوفة الأولى. |
| b | System::SharedPtr<XpsMatrix> | المصفوفة الثانية. |
ReturnValue
[true] if martrix are equals
انظر أيضًا
- Typedef SharedPtr
- Class XpsMatrix
- Class XpsMatrix
- Namespace Aspose::Page::XPS::XpsModel
- Library Aspose.Page for C++