Size::Equals Method (Object^)
.NET Framework (current version)
Tests to see whether the specified object is a Size structure with the same dimensions as this Size structure.
Assembly: System.Drawing (in System.Drawing.dll)
Parameters
- obj
-
Type:
System::Object^
The Object to test.
Return Value
Type: System::Booleantrue if obj is a Size and has the same width and height as this Size; otherwise, false.
.NET Framework
Available since 1.1
Available since 1.1
Show: