RectInequality Operator
Checks for inequality between two
Rects.
Namespace: AvaloniaAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public static bool operator !=(
Rect left,
Rect right
)
Public Shared Operator <> (
left As Rect,
right As Rect
) As Boolean
static let inline (<>)
left : Rect *
right : Rect : bool
- left Rect
- The first rect.
- right Rect
- The second rect.
BooleanTrue if the rects are unequal; otherwise false.