Tests whether obj is a System.Drawing.RectangleF with the same location and
size of this System.Drawing.RectangleF.
Namespace:
Easymap.AddIn.Common.Graphics
Assembly:
Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntaxpublic override bool Equals(
Object obj
)
Public Overrides Function Equals (
obj As Object
) As Boolean
Parameters
- obj
- Type: System.Object
The System.Object to test.
Return Value
Type:
Boolean
This method returns true if obj is a System.Drawing.RectangleF and its X,
Y, Width, and Height properties are equal to the corresponding properties
of this System.Drawing.RectangleF; otherwise, false.
See Also