FVector4Equals(FVector4) Method
Return a value indicating whether the properties of another vector are
equal to this one.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public bool Equals(
FVector4 value
)
Public Function Equals (
value As FVector4
) As Boolean
No code example is currently available or this language may not be supported.
- value FVector4
-
Reference to the value to compare.
Boolean
True if the properties in the other object are the same as this one.
Otherwise, false.