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