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

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

Determines whether the specified System::Object is equal to this instance.

bool Aspose::Page::XPS::XpsModel::XpsMatrix::Equals(System::SharedPtr<System::Object> obj) override
ParameterTypeDescription
objSystem::SharedPtr<System::Object>The System::Object to compare with this instance.

ReturnValue

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

See Also

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

The actual implementation.

static bool Aspose::Page::XPS::XpsModel::XpsMatrix::Equals(System::SharedPtr<XpsMatrix> a, System::SharedPtr<XpsMatrix> b)
ParameterTypeDescription
aSystem::SharedPtr<XpsMatrix>The first matrix.
bSystem::SharedPtr<XpsMatrix>The second matrix.

ReturnValue

[true] if martrix are equals

See Also