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[])
AreNotEqual(UInt64, UInt64, String, Object[])
AreNotEqual(Int32, Int32, String, Object[])
AreNotEqual(Object, Object, String)
AreNotEqual(UInt64, UInt64)
AreNotEqual(Int32, Int32, String)
AreNotEqual(Double, Double, String)
AreNotEqual(Decimal, Decimal, String)
AreNotEqual(Int64, Int64, String)
AreNotEqual(UInt32, UInt32)
AreNotEqual(Single, Single)
AreNotEqual(Object, Object)
AreNotEqual(Int64, Int64)
AreNotEqual(Int32, Int32)
AreNotEqual(Double, Double)
AreNotEqual(Decimal, Decimal)
AreNotEqual(Single, Single, String)
public static void AreNotEqual (float expected, float actual, string message);
static member AreNotEqual : single * single * string -> unit
Parameters
AreNotEqual(UInt32, UInt32, String)
Important
This API is not CLS-compliant.
[System.CLSCompliant(false)]
public static void AreNotEqual (uint expected, uint actual, string message);
static member AreNotEqual : uint32 * uint32 * string -> unit
Parameters
Attributes
AreNotEqual(UInt64, UInt64, String)
Important
This API is not CLS-compliant.
[System.CLSCompliant(false)]
public static void AreNotEqual (ulong expected, ulong actual, string message);
static member AreNotEqual : uint64 * uint64 * string -> unit
Parameters
Attributes
AreNotEqual(Decimal, Decimal, String, Object[])
public static void AreNotEqual (decimal expected, decimal actual, string message, params object[] args);
static member AreNotEqual : decimal * decimal * string * obj[] -> unit
Parameters
AreNotEqual(Double, Double, String, Object[])
public static void AreNotEqual (double expected, double actual, string message, params object[] args);
static member AreNotEqual : double * double * string * obj[] -> unit
Parameters
AreNotEqual(Object, Object, String, Object[])
public static void AreNotEqual (object expected, object actual, string message, params object[] args);
static member AreNotEqual : obj * obj * string * obj[] -> unit
Parameters
AreNotEqual(Int64, Int64, String, Object[])
public static void AreNotEqual (long expected, long actual, string message, params object[] args);
static member AreNotEqual : int64 * int64 * string * obj[] -> unit
Parameters
AreNotEqual(Single, Single, String, Object[])
public static void AreNotEqual (float expected, float actual, string message, params object[] args);
static member AreNotEqual : single * single * string * obj[] -> unit
Parameters
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
Attributes
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
Attributes
AreNotEqual(Int32, Int32, String, Object[])
public static void AreNotEqual (int expected, int actual, string message, params object[] args);
static member AreNotEqual : int * int * string * obj[] -> unit
Parameters
AreNotEqual(Object, Object, String)
public static void AreNotEqual (object expected, object actual, string message);
static member AreNotEqual : obj * obj * string -> unit
Parameters
AreNotEqual(UInt64, UInt64)
Important
This API is not CLS-compliant.
[System.CLSCompliant(false)]
public static void AreNotEqual (ulong expected, ulong actual);
static member AreNotEqual : uint64 * uint64 -> unit
Parameters
Attributes
AreNotEqual(Int32, Int32, String)
public static void AreNotEqual (int expected, int actual, string message);
static member AreNotEqual : int * int * string -> unit
Parameters
AreNotEqual(Double, Double, String)
public static void AreNotEqual (double expected, double actual, string message);
static member AreNotEqual : double * double * string -> unit
Parameters
AreNotEqual(Decimal, Decimal, String)
public static void AreNotEqual (decimal expected, decimal actual, string message);
static member AreNotEqual : decimal * decimal * string -> unit
Parameters
AreNotEqual(Int64, Int64, String)
public static void AreNotEqual (long expected, long actual, string message);
static member AreNotEqual : int64 * int64 * string -> unit
Parameters
AreNotEqual(UInt32, UInt32)
Important
This API is not CLS-compliant.
[System.CLSCompliant(false)]
public static void AreNotEqual (uint expected, uint actual);
static member AreNotEqual : uint32 * uint32 -> unit
Parameters
Attributes
AreNotEqual(Single, Single)
public static void AreNotEqual (float expected, float actual);
static member AreNotEqual : single * single -> unit
Parameters
AreNotEqual(Object, Object)
public static void AreNotEqual (object expected, object actual);
static member AreNotEqual : obj * obj -> unit
Parameters
AreNotEqual(Int64, Int64)
public static void AreNotEqual (long expected, long actual);
static member AreNotEqual : int64 * int64 -> unit
Parameters
AreNotEqual(Int32, Int32)
public static void AreNotEqual (int expected, int actual);
static member AreNotEqual : int * int -> unit
Parameters
AreNotEqual(Double, Double)
public static void AreNotEqual (double expected, double actual);
static member AreNotEqual : double * double -> unit
Parameters
AreNotEqual(Decimal, Decimal)
public static void AreNotEqual (decimal expected, decimal actual);
static member AreNotEqual : decimal * decimal -> unit
Parameters