FPoint3IsDifferent Method
Return a value indicating whether two points are different.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public static bool IsDifferent(
FPoint3 pointA,
FPoint3 pointB
)
Public Shared Function IsDifferent (
pointA As FPoint3,
pointB As FPoint3
) As Boolean
No code example is currently available or this language may not be supported.
- pointA FPoint3
-
Reference to the first point to compare.
- pointB FPoint3
-
Reference to the second point to compare.
Boolean
True if the two points are different. Otherwise, false.