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
ParameterTypBeschreibung
objSystem::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

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)
ParameterTypBeschreibung
aSystem::SharedPtr<XpsMatrix>Die erste Matrix.
bSystem::SharedPtr<XpsMatrix>Die zweite Matrix.

ReturnValue

[true] if martrix are equals

Siehe auch