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

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