Vector3.op_Equality

Vector3 Equality operator

Equal operator for Vector3

public static bool operator ==(Vector3 lhs, Vector3 rhs)
ParameterTypeDescription
lhsVector3Left hand side value.
rhsVector3Right hand side value.

Return Value

True if all components are identically equal.

See Also