CollectionAssert::AreNotEqual Method
Verifies that specified collections are not equal.
Assembly: Microsoft.VisualStudio.QualityTools.UnitTestFramework (in Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | AreNotEqual(ICollection^, ICollection^) | Verifies that two specified collections are not equal. The assertion fails if the collections are equal. |
![]() ![]() | AreNotEqual(ICollection^, ICollection^, IComparer^) | Verifies that two specified collections are not equal, using the specified method to compare the values of elements. The assertion fails if the collections are equal. |
![]() ![]() | AreNotEqual(ICollection^, ICollection^, IComparer^, String^) | Verifies that two specified collections are not equal, using the specified method to compare the values of elements. The assertion fails if the collections are equal. Displays a message if the assertion fails. |
![]() ![]() | AreNotEqual(ICollection^, ICollection^, IComparer^, String^, array<Object^>^) | Verifies that two specified collections are not equal, using the specified method to compare the values of elements. The assertion fails if the collections are equal. Displays a message if the assertion fails, and applies the specified formatting to it. |
![]() ![]() | AreNotEqual(ICollection^, ICollection^, String^) | Verifies that two specified collections are not equal. The assertion fails if the collections are equal. Displays a message if the assertion fails. |
![]() ![]() | AreNotEqual(ICollection^, ICollection^, String^, array<Object^>^) | Verifies that two specified collections are not equal. The assertion fails if the collections are equal. Displays a message if the assertion fails, and applies the specified formatting to it. |

