Click or drag to resize

PointTInequality Operator

Checks two points for inequality.

Namespace: Austra.Library
Assembly: Austra.Library (in Austra.Library.dll) Version: 2.8.0+e1037fa8802b3ff162e26559d763b73334940b70
Syntax
C#
public static bool operator !=(
	Point<T> left,
	Point<T> right
)

Parameters

left  PointT
First point to compare.
right  PointT
Second point to compare.

Return Value

Boolean
when both points has diffent components.
See Also