Aspose::Page::XPS::XpsModel::XpsMatrix::Equals yöntemi

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

Belirtilen System::Object öğesinin bu örnek ile eşit olup olmadığını belirler.

bool Aspose::Page::XPS::XpsModel::XpsMatrix::Equals(System::SharedPtr<System::Object> obj) override
ParameterTypeAçıklama
objSystem::SharedPtr<System::Object>Bu örnek ile karşılaştırılacak System::Object

ReturnValue

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

Ayrıca Bakınız

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

Gerçek uygulama.

static bool Aspose::Page::XPS::XpsModel::XpsMatrix::Equals(System::SharedPtr<XpsMatrix> a, System::SharedPtr<XpsMatrix> b)
ParameterTypeAçıklama
aSystem::SharedPtr<XpsMatrix>İlk matris.
bSystem::SharedPtr<XpsMatrix>İkinci matris.

ReturnValue

[true] if martrix are equals

Ayrıca Bakınız