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