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: 12.0.0.0
Syntax public override bool Equals(
Object obj
)
Public Overrides Function Equals (
obj As Object
) As Boolean
Parameters
- obj
- Type: SystemObject
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