FVector2IsDifferent Method

Return a value indicating whether two vectors are different.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2613.4238
C#
public static bool IsDifferent(
	FVector2 vectorA,
	FVector2 vectorB
)

Parameters

vectorA  FVector2
Reference to the first vector to compare.
vectorB  FVector2
Reference to the second vector to compare.

Return Value

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

See Also