Equivalence.AreEquivalent<T> method

True if the objects are equivalent.

public static bool AreEquivalent<T>(T? left, T? right)
    where T : IHasEquivalence<T>
parameter description
T The object type.
left The left object.
right The right object.

See Also