PointTInequality Operator |
Checks two points for inequality.
Namespace: Austra.LibraryAssembly: Austra.Library (in Austra.Library.dll) Version: 2.8.0+892c66cd78254e5a7ad663c063da400b3042cf5b
Syntaxpublic 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