FPoint3IsDifferent Method

Return a value indicating whether two points are different.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2414.4032
C#
public static bool IsDifferent(
	FPoint3 pointA,
	FPoint3 pointB
)

Parameters

pointA  FPoint3
Reference to the first point to compare.
pointB  FPoint3
Reference to the second point to compare.

Return Value

Boolean
True if the two points are different. Otherwise, false.

See Also