Click or drag to resize

RectangleFEquals Method

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.3.0.0
Syntax
public override bool Equals(
	Object obj
)

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