AreEqual |
Throws an exception when the 2 given objects are not equal to each other. |
AreNotEqual |
Throws an exception when the 2 given objects are equal to each other. |
False |
Throws an exception when given expression does not resolve to <b>false</b>. |
IsNull |
Throws an exception when the given object is not null. |
IsValid |
Throws an exception when the given object is not valid. |
NotNull |
Throws an exception when the given object is null. |
True |
Throws an exception when given expression does not resolve to <b>true</b>. |