Aspose::Page::XPS::XpsModel::XpsMatrix::Equals method

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

Определяет, равен ли указанный System::Object этому экземпляру.

bool Aspose::Page::XPS::XpsModel::XpsMatrix::Equals(System::SharedPtr<System::Object> obj) override
ПараметрТипОписание
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)
ПараметрТипОписание
aSystem::SharedPtr<XpsMatrix>Первая матрица.
bSystem::SharedPtr<XpsMatrix>Вторая матрица.

ReturnValue

[true] if martrix are equals

См. также