Aspose::Page::XPS::XpsModel::XpsMatrix::Equals methode
inhoud
[
verbergen
]XpsMatrix::Equals(System::SharedPtr<System::Object>) method
Bepaalt of het opgegeven System::Object gelijk is aan deze instantie.
bool Aspose::Page::XPS::XpsModel::XpsMatrix::Equals(System::SharedPtr<System::Object> obj) override
| Parameter | Type | Beschrijving |
|---|---|---|
| obj | System::SharedPtr<System::Object> | Het System::Object om te vergelijken met deze instantie. |
ReturnValue
true if the specified System::Object is equal to this instance; otherwise, false.
Zie ook
- 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
De daadwerkelijke implementatie.
static bool Aspose::Page::XPS::XpsModel::XpsMatrix::Equals(System::SharedPtr<XpsMatrix> a, System::SharedPtr<XpsMatrix> b)
| Parameter | Type | Beschrijving |
|---|---|---|
| een | System::SharedPtr<XpsMatrix> | De eerste matrix. |
| b | System::SharedPtr<XpsMatrix> | De tweede matrix. |
ReturnValue
[true] if martrix are equals
Zie ook
- Typedef SharedPtr
- Class XpsMatrix
- Class XpsMatrix
- Namespace Aspose::Page::XPS::XpsModel
- Library Aspose.Page for C++