RectInequality Operator

Compare two Rects for inequality.

 

Namespace:  WebSupergoo.WordGlue4
Assembly:  WordGlue4 (in WordGlue4.dll) Version: 4.1.0.0 (4.1.0.0)
Syntax
public static bool operator !=(
        Rect a,
        Rect b
)

Parameters

a
Type: WebSupergoo.WordGlue4Rect
First Rect for comparision.
b
Type: WebSupergoo.WordGlue4Rect
Second Rect for comparision.

Return Value

Type: Boolean
True if the values are not equal.
See Also