Standard implementation of the inequality operator.
public static bool OperatorInequality<T>(T? left, T? right) where T : class, IEquatable<T>
True if the items are not equal.