Click or drag to resize
RectangleIEquals Method (Object)
Compares the passed rectangle to this one for equality.

Namespace: Slash.Math.Geometry.Rectangles
Assembly: Slash.Math (in Slash.Math.dll) Version: 1.0.6018.40177
Syntax
public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
Rectangle to compare.

Return Value

Type: Boolean
true, if both rectangles are equal, and false otherwise.
See Also