Click or drag to resize
RectangleFEquals Method (RectangleF)
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 bool Equals(
	RectangleF other
)

Parameters

other
Type: Slash.Math.Geometry.RectanglesRectangleF
Rectangle to compare.

Return Value

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

Implements

IEquatableTEquals(T)
See Also