Aspose::Page::XPS::XpsModel::XpsMatrix::Equals method
XpsMatrix::Equals(System::SharedPtr<System::Object>) method
Determines whether the specified System::Object is equal to this instance.
bool Aspose::Page::XPS::XpsModel::XpsMatrix::Equals(System::SharedPtr<System::Object> obj) override
Parameter | Type | Description |
---|---|---|
obj | System::SharedPtr<System::Object> | The System::Object to compare with this instance. |
ReturnValue
true if the specified System::Object is equal to this instance; otherwise, false.
See Also
- 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
The actual implementation.
static bool Aspose::Page::XPS::XpsModel::XpsMatrix::Equals(System::SharedPtr<XpsMatrix> a, System::SharedPtr<XpsMatrix> b)
Parameter | Type | Description |
---|---|---|
a | System::SharedPtr<XpsMatrix> | The first matrix. |
b | System::SharedPtr<XpsMatrix> | The second matrix. |
ReturnValue
[true] if martrix are equals
See Also
- Typedef SharedPtr
- Class XpsMatrix
- Class XpsMatrix
- Namespace Aspose::Page::XPS::XpsModel
- Library Aspose.Page for C++