FPoint3Inequality Operator

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

Definition

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

See Also