Click or drag to resize
EqualsBuilderAppendMany Method
Overload List
  NameDescription
Public methodAppendManyT(IEnumerableT, IEnumerableT)
Appends two enumerable objects that contain the same (IEquatable) type to the list of values to compare.
Public methodAppendManyT(IEnumerableT, IEnumerableT, IEqualityComparerT)
Appends two enumerable objects that contain the same type to the list of values to compare.
Public methodAppendManyT(IEnumerableT, IEnumerableT, FuncT, T, Boolean)
Appends two enumerable objects that contain the same type to the list of values to compare.
Top
See Also