Assert.AreNotEqual Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
AreNotEqual(Single, Single, String)
AreNotEqual(UInt32, UInt32, String)
AreNotEqual(UInt64, UInt64, String)
AreNotEqual(Decimal, Decimal, String, Object[])
AreNotEqual(Double, Double, String, Object[])
AreNotEqual(Object, Object, String, Object[])
AreNotEqual(Int64, Int64, String, Object[])
AreNotEqual(Single, Single, String, Object[])
AreNotEqual(UInt32, UInt32, String, Object[])
Important
This API is not CLS-compliant.
[System.CLSCompliant(false)]
public static void AreNotEqual(uint expected, uint actual, string message, params object[] args);
static member AreNotEqual : uint32 * uint32 * string * obj[] -> unit
Parameters
- expected
- UInt32
- actual
- UInt32
- message
- String
- args
- Object[]
- Attributes
Applies to
AreNotEqual(UInt64, UInt64, String, Object[])
Important
This API is not CLS-compliant.
[System.CLSCompliant(false)]
public static void AreNotEqual(ulong expected, ulong actual, string message, params object[] args);
static member AreNotEqual : uint64 * uint64 * string * obj[] -> unit
Parameters
- expected
- UInt64
- actual
- UInt64
- message
- String
- args
- Object[]
- Attributes