RectangleF::Equals Method (Object^)
.NET Framework (current version)
Tests whether obj is a RectangleF with the same location and size of this RectangleF.
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 RectangleF and its X, Y, Width, and Height properties are equal to the corresponding properties of this RectangleF; otherwise, false.
.NET Framework
Available since 1.1
Available since 1.1
Show: