 | Vector3FEquals Method (Vector3F) |
Namespace: Slash.Math.Algebra.VectorsAssembly: Slash.Math (in Slash.Math.dll) Version: 1.0.6018.40177
Syntaxpublic bool Equals(
Vector3F other
)
Public Function Equals (
other As Vector3F
) As Boolean
public:
bool Equals(
Vector3F other
)
member Equals :
other : Vector3F -> bool
Parameters
- other
- Type: Slash.Math.Algebra.VectorsVector3F
The Vector3F to compare with the current Vector3F.
Return Value
Type:
Boolean
true if the specified
Vector3F is equal to the current
Vector3F; otherwise, false.
See Also