Checks two points for equality.
Namespace: Austra.LibraryAssembly: Austra.Library (in Austra.Library.dll) Version: 2.8.0+60920b955a856da8555e24f01fa39560b88e86c3
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 the same components.
See Also