Click or drag to resize
DigitalRuneRectangleFEquality Operator
Compares two RectangleFs to determine whether they are the same.

Namespace: DigitalRune.Game.UI
Assembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.8.0.0 (1.8.0.14553)
Syntax
public static bool operator ==(
	RectangleF rectangle1,
	RectangleF rectangle2
)

Parameters

rectangle1
Type: DigitalRune.Game.UIRectangleF
The first rectangle.
rectangle2
Type: DigitalRune.Game.UIRectangleF
The second rectangle.

Return Value

Type: Boolean
if the rectangles are equal; otherwise .
See Also