Vector2.op_Equality

Vector2 Equality operator

Equal operator for Vector2

public static bool operator ==(Vector2 lhs, Vector2 rhs)
ParameterTypeDescription
lhsVector2Left hand side value.
rhsVector2Right hand side value.

Return Value

True if all components are identically equal.

See Also