Inequality Operator
Checks for inequality between two PixelPoints.
Definition
Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public static bool operator !=(
PixelPoint left,
PixelPoint right
)
Public Shared Operator <> (
left As PixelPoint,
right As PixelPoint
) As Boolean
static let inline (<>)
left : PixelPoint *
right : PixelPoint : bool
Parameters
- PixelPoint
- The first point.
- PixelPoint
- The second point.
Return Value
Boolean
True if the points are unequal; otherwise false.