FVector2Equality Operator
Return a value indicating whether values of two points are equal.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2820.4317
public static bool operator ==(
FVector2 vectorA,
FVector2 vectorB
)
Public Shared Operator = (
vectorA As FVector2,
vectorB As FVector2
) As Boolean
No code example is currently available or this language may not be supported.
- vectorA FVector2
-
Reference to the first vector to compare.
- vectorB FVector2
-
Reference to the second vector to compare.
Boolean
True if the two objects are substantially equal in value. Otherwise,
false.