op_Inequality

ValueRepresentation Inequality operator

Determines whether two specified objects have different values.

public static bool operator !=(ValueRepresentation? left, ValueRepresentation? right)
ParameterTypeDescription
leftValueRepresentationLeft-hand side object to compare for non-equivalence.
rightValueRepresentationRight-hand side object to compare for non-equivalence.

Return Value

true if the value of left is different from the value of right; otherwise, false.

See Also