Método Aspose::Page::XPS::XpsModel::XpsMatrix::Equals

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

Determina si el System::Object especificado es igual a esta instancia.

bool Aspose::Page::XPS::XpsModel::XpsMatrix::Equals(System::SharedPtr<System::Object> obj) override
ParámetroTipoDescripción
objSystem::SharedPtr<System::Object>El System::Object para comparar con esta instancia.

ReturnValue

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

Ver también

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

La implementación real.

static bool Aspose::Page::XPS::XpsModel::XpsMatrix::Equals(System::SharedPtr<XpsMatrix> a, System::SharedPtr<XpsMatrix> b)
ParámetroTipoDescripción
aSystem::SharedPtr<XpsMatrix>La primera matriz.
bSystem::SharedPtr<XpsMatrix>La segunda matriz.

ReturnValue

[true] if martrix are equals

Ver también