Click or drag to resize
CollectionUtilsSequenceEqual Method
Overload List
  NameDescription
Public methodStatic memberSequenceEqualT(IEnumerableT, IEnumerableT)
Compares two sequences by comparing their items instead of their references. Also checks the case that both sequences are null. In this case the method returns true.
Public methodStatic memberSequenceEqualT(IEnumerableT, IEnumerableT, IEqualityComparerT)
Compares two sequences by comparing their items instead of their references. Also checks the case that both sequences are null. In this case the method returns true.
Top
See Also