Aspose::Pdf::Matrix::Equals method

Matrix::Equals method

Compares matrix agains other object.

bool Aspose::Pdf::Matrix::Equals(System::SharedPtr<System::Object> obj) override
ParameterTypeDescription
objSystem::SharedPtr<System::Object>Object to compare.

ReturnValue

Returns true is other object is Matrix and all matrix member are equal to correspondim members of the matrix

See Also