Metodo Aspose::Page::XPS::XpsModel::XpsMatrix::Equals
XpsMatrix::Equals(System::SharedPtr<System::Object>) method
Determina se lo System::Object specificato è uguale a questa istanza.
bool Aspose::Page::XPS::XpsModel::XpsMatrix::Equals(System::SharedPtr<System::Object> obj) override
| Parametro | Tipo | Descrizione |
|---|---|---|
| obj | System::SharedPtr<System::Object> | Lo System::Object da confrontare con questa istanza. |
ReturnValue
true if the specified System::Object is equal to this instance; otherwise, false.
Vedi anche
- 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
L’implementazione reale.
static bool Aspose::Page::XPS::XpsModel::XpsMatrix::Equals(System::SharedPtr<XpsMatrix> a, System::SharedPtr<XpsMatrix> b)
| Parametro | Tipo | Descrizione |
|---|---|---|
| a | System::SharedPtr<XpsMatrix> | La prima matrice. |
| b | System::SharedPtr<XpsMatrix> | La seconda matrice. |
ReturnValue
[true] if martrix are equals
Vedi anche
- Typedef SharedPtr
- Class XpsMatrix
- Class XpsMatrix
- Namespace Aspose::Page::XPS::XpsModel
- Library Aspose.Page for C++