FPointEquality Operator
Return a value indicating whether values of two points are equal.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public static bool operator ==(
FPoint pointA,
FPoint pointB
)
Public Shared Operator = (
pointA As FPoint,
pointB As FPoint
) As Boolean
No code example is currently available or this language may not be supported.
- pointA FPoint
-
Reference to the first point to compare.
- pointB FPoint
-
Reference to the second point to compare.
Boolean
True if the two objects are substantially equal in value. Otherwise,
false.