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