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