Indicates how an assertion in a user interface test compares values.
Namespace:  Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntax
'Declaration
Public Enumeration AssertCondition
public enum AssertCondition
public enum class AssertCondition
type AssertCondition
public enum AssertCondition
Members
| Member name | Description | |
|---|---|---|
| AreEqual | Asserts whether the value is equal to the expected value. | |
| AreNotEqual | ||
| IsInstanceOfType | Asserts whether the instance is of the specified type. | |
| IsNotNull | Asserts whether the object is not nulla null reference (Nothing in Visual Basic). | |
| IsNull | Asserts whether the object is nulla null reference (Nothing in Visual Basic). |