True if the objects are equivalent.
public static bool AreEquivalent<T>(T? left, T? right) where T : IHasEquivalence<T>