Méthode Aspose::Page::XPS::XpsModel::XpsMatrix::Equals
XpsMatrix::Equals(System::SharedPtr<System::Object>) method
Détermine si le System::Object spécifié est égal à cette instance.
bool Aspose::Page::XPS::XpsModel::XpsMatrix::Equals(System::SharedPtr<System::Object> obj) override
| Paramètre | Type | Description |
|---|---|---|
| obj | System::SharedPtr<System::Object> | Le System::Object à comparer avec cette instance. |
ReturnValue
true if the specified System::Object is equal to this instance; otherwise, false.
Voir aussi
- 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’implémentation réelle.
static bool Aspose::Page::XPS::XpsModel::XpsMatrix::Equals(System::SharedPtr<XpsMatrix> a, System::SharedPtr<XpsMatrix> b)
| Paramètre | Type | Description |
|---|---|---|
| a | System::SharedPtr<XpsMatrix> | La première matrice. |
| b | System::SharedPtr<XpsMatrix> | La deuxième matrice. |
ReturnValue
[true] if martrix are equals
Voir aussi
- Typedef SharedPtr
- Class XpsMatrix
- Class XpsMatrix
- Namespace Aspose::Page::XPS::XpsModel
- Library Aspose.Page for C++