FPointIsDifferent 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(
	FPoint pointA,
	FPoint pointB
)

Parameters

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

Return Value

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

See Also