Aspose::Page::XPS::XpsModel::XpsMatrix::Equals metod
XpsMatrix::Equals(System::SharedPtr<System::Object>) method
Avgör om det angivna System::Object är lika med detta objekt.
bool Aspose::Page::XPS::XpsModel::XpsMatrix::Equals(System::SharedPtr<System::Object> obj) override
| Parameter | Type | Beskrivning |
|---|---|---|
| obj | System::SharedPtr<System::Object> | Det System::Object att jämföra med detta objekt. |
ReturnValue
true if the specified System::Object is equal to this instance; otherwise, false.
Se även
- 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
Den faktiska implementationen.
static bool Aspose::Page::XPS::XpsModel::XpsMatrix::Equals(System::SharedPtr<XpsMatrix> a, System::SharedPtr<XpsMatrix> b)
| Parameter | Type | Beskrivning |
|---|---|---|
| en | System::SharedPtr<XpsMatrix> | Den första matrisen. |
| b | System::SharedPtr<XpsMatrix> | Den andra matrisen. |
ReturnValue
[true] if martrix are equals
Se även
- Typedef SharedPtr
- Class XpsMatrix
- Class XpsMatrix
- Namespace Aspose::Page::XPS::XpsModel
- Library Aspose.Page for C++