FPointEquality Operator

Return a value indicating whether values of two points are equal.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2414.4032
C#
public static bool operator ==(
	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 objects are substantially equal in value. Otherwise, false.

See Also