FVector3Equals(FVector3, Single, Single, Single) Method
Return a value indicating whether the values in the supplied vector
are equal to the specified elemental associations.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public static bool Equals(
FVector3 vector,
float x,
float y,
float z
)
Public Shared Function Equals (
vector As FVector3,
x As Single,
y As Single,
z As Single
) As Boolean
No code example is currently available or this language may not be supported.
- vector FVector3
-
Reference to the vector to be compared.
- x Single
-
The X value to compare.
- y Single
-
The Y value to compare.
- z Single
-
The Z value to compare.
Boolean
Value indicating whether the axis values are equal to those found in
the caller's supplied vector.