[]
        
(Showing Draft Content)

C1.Util.DX.Vector2.Equals

Equals Method

Equals(Vector2)

Determines whether the specified Vector2 is equal to this instance.

Declaration
public bool Equals(Vector2 other)
Public Function Equals(other As Vector2) As Boolean
Parameters
Type Name Description
Vector2 other
Returns
Type Description
bool
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
Type Description
bool
Overrides