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