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