Aspose::Page::XPS::XpsModel::XpsMatrix::Equals-Methode
XpsMatrix::Equals(System::SharedPtr<System::Object>) method
Bestimmt, ob das angegebene System::Object dieser Instanz entspricht.
bool Aspose::Page::XPS::XpsModel::XpsMatrix::Equals(System::SharedPtr<System::Object> obj) override
| Parameter | Typ | Beschreibung |
|---|---|---|
| obj | System::SharedPtr<System::Object> | Das System::Object, das mit dieser Instanz verglichen werden soll. |
ReturnValue
true if the specified System::Object is equal to this instance; otherwise, false.
Siehe auch
- 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
Die tatsächliche Implementierung.
static bool Aspose::Page::XPS::XpsModel::XpsMatrix::Equals(System::SharedPtr<XpsMatrix> a, System::SharedPtr<XpsMatrix> b)
| Parameter | Typ | Beschreibung |
|---|---|---|
| a | System::SharedPtr<XpsMatrix> | Die erste Matrix. |
| b | System::SharedPtr<XpsMatrix> | Die zweite Matrix. |
ReturnValue
[true] if martrix are equals
Siehe auch
- Typedef SharedPtr
- Class XpsMatrix
- Class XpsMatrix
- Namespace Aspose::Page::XPS::XpsModel
- Library Aspose.Page for C++