Método Aspose::Page::XPS::XpsModel::XpsMatrix::Equals
XpsMatrix::Equals(System::SharedPtr<System::Object>) method
Determina si el System::Object especificado es igual a esta instancia.
bool Aspose::Page::XPS::XpsModel::XpsMatrix::Equals(System::SharedPtr<System::Object> obj) override
| Parámetro | Tipo | Descripción |
|---|---|---|
| obj | System::SharedPtr<System::Object> | El System::Object para comparar con esta instancia. |
ReturnValue
true if the specified System::Object is equal to this instance; otherwise, false.
Ver también
- 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
La implementación real.
static bool Aspose::Page::XPS::XpsModel::XpsMatrix::Equals(System::SharedPtr<XpsMatrix> a, System::SharedPtr<XpsMatrix> b)
| Parámetro | Tipo | Descripción |
|---|---|---|
| a | System::SharedPtr<XpsMatrix> | La primera matriz. |
| b | System::SharedPtr<XpsMatrix> | La segunda matriz. |
ReturnValue
[true] if martrix are equals
Ver también
- Typedef SharedPtr
- Class XpsMatrix
- Class XpsMatrix
- Namespace Aspose::Page::XPS::XpsModel
- Library Aspose.Page for C++