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

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

Détermine si le System::Object spécifié est égal à cette instance.

bool Aspose::Page::XPS::XpsModel::XpsMatrix::Equals(System::SharedPtr<System::Object> obj) override
ParamètreTypeDescription
objSystem::SharedPtr<System::Object>Le System::Object à comparer avec cette instance.

ReturnValue

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

Voir aussi

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

L’implémentation réelle.

static bool Aspose::Page::XPS::XpsModel::XpsMatrix::Equals(System::SharedPtr<XpsMatrix> a, System::SharedPtr<XpsMatrix> b)
ParamètreTypeDescription
aSystem::SharedPtr<XpsMatrix>La première matrice.
bSystem::SharedPtr<XpsMatrix>La deuxième matrice.

ReturnValue

[true] if martrix are equals

Voir aussi