FVector2Equality Operator

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

Definition

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

See Also