Aspose::Pdf::Matrix3D::Equals method

Matrix3D::Equals method

Compares matrix against other object.

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

ReturnValue

Returns true is other object is Matrix3D and all matrix members are equal to corresponding members of the matrix

See Also