Overload List

  NameDescription
AreNotEqual(ICollection, ICollection)
Asserts that expected and actual are not exactly equal.
AreNotEqual(ICollection, ICollection, IComparer)
Asserts that expected and actual are not exactly equal. If comparer is not null then it will be used to compare the objects.
AreNotEqual(ICollection, ICollection, String)
Asserts that expected and actual are not exactly equal.
AreNotEqual(ICollection, ICollection, IComparer, String)
Asserts that expected and actual are not exactly equal. If comparer is not null then it will be used to compare the objects.
AreNotEqual(ICollection, ICollection, String, array<Object>[]()[])
Asserts that expected and actual are not exactly equal.
AreNotEqual(ICollection, ICollection, IComparer, String, array<Object>[]()[])
Asserts that expected and actual are not exactly equal. If comparer is not null then it will be used to compare the objects.

See Also