Aspose::Page::XPS::XpsModel::XpsMatrix::Equals yöntemi
XpsMatrix::Equals(System::SharedPtr<System::Object>) method
Belirtilen System::Object öğesinin bu örnek ile eşit olup olmadığını belirler.
bool Aspose::Page::XPS::XpsModel::XpsMatrix::Equals(System::SharedPtr<System::Object> obj) override
| Parameter | Type | Açıklama |
|---|---|---|
| obj | System::SharedPtr<System::Object> | Bu örnek ile karşılaştırılacak System::Object |
ReturnValue
true if the specified System::Object is equal to this instance; otherwise, false.
Ayrıca Bakınız
- 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
Gerçek uygulama.
static bool Aspose::Page::XPS::XpsModel::XpsMatrix::Equals(System::SharedPtr<XpsMatrix> a, System::SharedPtr<XpsMatrix> b)
| Parameter | Type | Açıklama |
|---|---|---|
| a | System::SharedPtr<XpsMatrix> | İlk matris. |
| b | System::SharedPtr<XpsMatrix> | İkinci matris. |
ReturnValue
[true] if martrix are equals
Ayrıca Bakınız
- Typedef SharedPtr
- Class XpsMatrix
- Class XpsMatrix
- Namespace Aspose::Page::XPS::XpsModel
- Library Aspose.Page for C++