Tests whether obj is a System.Drawing.RectangleF with the same location and
size of this System.Drawing.RectangleF.
Namespace: Easymap.AddIn.Common.GraphicsAssembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntaxpublic override bool Equals(
Object obj
)
Public Overrides Function Equals (
obj As Object
) As Boolean
Parameters
- obj Object
- The System.Object to test.
Return Value
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