Aspose::Page::XPS::XpsModel::XpsMatrix::Equals μέθοδος

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

Καθορίζει εάν το καθορισμένο System::Object είναι ίσο με αυτήν την παρουσία.

bool Aspose::Page::XPS::XpsModel::XpsMatrix::Equals(System::SharedPtr<System::Object> obj) override
ParameterTypeΠεριγραφή
objSystem::SharedPtr<System::Object>Το System::Object για σύγκριση με αυτήν την παρουσία.

ReturnValue

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

Δείτε επίσης

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

Η πραγματική υλοποίηση.

static bool Aspose::Page::XPS::XpsModel::XpsMatrix::Equals(System::SharedPtr<XpsMatrix> a, System::SharedPtr<XpsMatrix> b)
ParameterTypeΠεριγραφή
έναSystem::SharedPtr<XpsMatrix>Η πρώτη μήτρα.
bSystem::SharedPtr<XpsMatrix>Η δεύτερη μήτρα.

ReturnValue

[true] if martrix are equals

Δείτε επίσης