Metodo Aspose::Page::XPS::XpsModel::XpsMatrix::Equals

XpsMatrix::Equals(System::SharedPtr<System::Object>) method

Determina se lo System::Object specificato è uguale a questa istanza.

bool Aspose::Page::XPS::XpsModel::XpsMatrix::Equals(System::SharedPtr<System::Object> obj) override
ParametroTipoDescrizione
objSystem::SharedPtr<System::Object>Lo System::Object da confrontare con questa istanza.

ReturnValue

true if the specified System::Object is equal to this instance; otherwise, false.

Vedi anche

XpsMatrix::Equals(System::SharedPtr<XpsMatrix>, System::SharedPtr<XpsMatrix>) method

L’implementazione reale.

static bool Aspose::Page::XPS::XpsModel::XpsMatrix::Equals(System::SharedPtr<XpsMatrix> a, System::SharedPtr<XpsMatrix> b)
ParametroTipoDescrizione
aSystem::SharedPtr<XpsMatrix>La prima matrice.
bSystem::SharedPtr<XpsMatrix>La seconda matrice.

ReturnValue

[true] if martrix are equals

Vedi anche