Equals Method
Equals(Vector4)
Determines whether the specified Vector4 is equal to this instance.
Declaration
public bool Equals(Vector4 other)
Public Function Equals(other As Vector4) As Boolean
Parameters
| Type |
Name |
Description |
| Vector4 |
other |
|
Returns
Implements
Equals(object)
Determines whether the specified object is equal to this instance.
Declaration
public override bool Equals(object value)
Public Overrides Function Equals(value As Object) As Boolean
Parameters
| Type |
Name |
Description |
| object |
value |
|
Returns
Overrides