Aspose::Pdf::Text::Position::Equals method

Position::Equals method

Determines whether the specified object is equal to the current Position object.

bool Aspose::Pdf::Text::Position::Equals(System::SharedPtr<System::Object> obj) override
ParameterTypeDescription
objSystem::SharedPtr<System::Object>Object that is checked for equality.

ReturnValue

True in case objects are equal.

See Also