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