type exposes the following members.
| Name | Description |
---|
  | AreEqual(String, String, String) | |
  | AreEqual(String, String, StringComparison, String) | |
  | AreEqual T (Nullable T , Nullable T , String) | |
  | AreEqual T (T, T, String) | |
  | AreEqualTest T | |
  | AreNotEqual(String, String, String) | |
  | AreNotEqual(String, String, StringComparison, String) | |
  | AreNotEqual T (Nullable T , Nullable T , String) | |
  | AreNotEqual T (T, T, String) | |
  | AreNotSameRef | |
  | AreNotWithin(Decimal, Decimal, Decimal, String) | |
  | AreNotWithin(Double, Double, Double, String) | |
  | AreNotWithin(Single, Single, Single, String) | |
  | AreObjectEqualTest |
Test for equality via object.Equals()only disregarding all other possible equality comparers like IEquatable etc...
|
  | AreObjectsEqual |
Test for equality via object.Equals()only disregarding all other possible equality comparers like IEquatable etc...
|
  | AreObjectsNotEqual |
Test for inequality via object.Equals()only disregarding all other possible equality comparers like IEquatable etc...
|
  | AreSameRef | |
  | AreSameRefTest | |
  | AreWithin(Decimal, Decimal, Decimal, String) | |
  | AreWithin(Double, Double, Double, String) | |
  | AreWithin(Single, Single, Single, String) | |
  | AreWithinTest(Decimal, Decimal, Decimal) | |
  | AreWithinTest(Double, Double, Double) | |
  | AreWithinTest(Single, Single, Single) | |
  | Fail |
Fails averment by throwing AvermentException
|
  | IsFalse | |
  | IsNotNull(Object, String) | |
  | IsNotNull T (Nullable T , String) | |
  | IsNull(Object, String) | |
  | IsNull T (Nullable T , String) | |
  | IsTrue | |