Vector4Equals(Vector4) Method |
Compares whether current instance is equal to specified
Vector4.
Namespace: CFX.Structures.GeometryAssembly: CFX (in CFX.dll) Version: 2.1.1+880255d2f7380f340f56b243a51d99f2136bdae3
Syntaxpublic bool Equals(
Vector4 other
)
Public Function Equals (
other As Vector4
) As Boolean
Parameters
- other Vector4
- The Vector4 to compare.
Return Value
Booleantrue if the instances are equal;
false otherwise.
Implements
IEquatableTEquals(T)
See Also