EqualsRef Method (Vector3)
In This Topic
Determines whether the specified
Vector3 is equal to this instance.
Syntax
'Declaration
Public Function EqualsRef( _
ByRef As Vector3 _
) As System.Boolean
public System.bool EqualsRef(
ref Vector3
)
Parameters
- other
See Also