public static bool CollectionEquals<T>(Nullable<IReadOnlyCollection<T>> first, Nullable<IReadOnlyCollection<T>> second)
Returns:
bool

Parameters

first Nullable<IReadOnlyCollection<T>>
second Nullable<IReadOnlyCollection<T>>

Type Parameters

T
In this article