Vector2.Equals

Equals(Vector2)

Check if two vector2 equals

public bool Equals(Vector2 rhs)
ParameterTypeDescription
rhsVector2The right hand side value.

Return Value

True if all components are identically equal.

See Also


Equals(object)

Check if two vector2 equals

public override bool Equals(object obj)
ParameterTypeDescription
objObjectThe object to compare.

Return Value

True if all components are identically equal.

See Also