Aspose::Page::Drawing::Size::Equals method

Size::Equals method

Tests to see whether the specified object is a T:Aspose::Page::Drawing::Size with the same dimensions as this T:Aspose::Page::Drawing::Size.

bool Aspose::Page::Drawing::Size::Equals(System::SharedPtr<System::Object> obj) override
ParameterTypeDescription
objSystem::SharedPtr<System::Object>The T:System::Object to test.

ReturnValue

true if obj is a T:Aspose::Page::Drawing::Size and has the same width and height as this T:Aspose::Page::Drawing::Size; otherwise, false.

See Also