The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
Assert.AreEqual<'T> Method ('T, 'T)
Verifies that two specified generic type data are equal by using the equality operator. The assertion fails if they are not equal.
Assembly: Microsoft.VisualStudio.QualityTools.UnitTestFramework (in Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)
| Exception | Condition |
|---|---|
| AssertFailedException | expected is not equal to actual. |
Different numeric types are treated as equal if the logical values are equal. For example, 42L is equal to 42.
Show: