Assert.AreNotEqual Method

Definition

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

expected
Single
actual
Single
message
String

Applies to

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

expected
UInt32
actual
UInt32
message
String
Attributes

Applies to

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

expected
UInt64
actual
UInt64
message
String
Attributes

Applies to

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

expected
Decimal
actual
Decimal
message
String
args
Object[]

Applies to

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

expected
Double
actual
Double
message
String
args
Object[]

Applies to

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

expected
Object
actual
Object
message
String
args
Object[]

Applies to

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

expected
Int64
actual
Int64
message
String
args
Object[]

Applies to

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

expected
Single
actual
Single
message
String
args
Object[]

Applies to

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

Applies to

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

expected
Int32
actual
Int32
message
String
args
Object[]

Applies to

AreNotEqual(Object, Object, String)

public static void AreNotEqual (object expected, object actual, string message);
static member AreNotEqual : obj * obj * string -> unit

Parameters

expected
Object
actual
Object
message
String

Applies to

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

expected
UInt64
actual
UInt64
Attributes

Applies to

AreNotEqual(Int32, Int32, String)

public static void AreNotEqual (int expected, int actual, string message);
static member AreNotEqual : int * int * string -> unit

Parameters

expected
Int32
actual
Int32
message
String

Applies to

AreNotEqual(Double, Double, String)

public static void AreNotEqual (double expected, double actual, string message);
static member AreNotEqual : double * double * string -> unit

Parameters

expected
Double
actual
Double
message
String

Applies to

AreNotEqual(Decimal, Decimal, String)

public static void AreNotEqual (decimal expected, decimal actual, string message);
static member AreNotEqual : decimal * decimal * string -> unit

Parameters

expected
Decimal
actual
Decimal
message
String

Applies to

AreNotEqual(Int64, Int64, String)

public static void AreNotEqual (long expected, long actual, string message);
static member AreNotEqual : int64 * int64 * string -> unit

Parameters

expected
Int64
actual
Int64
message
String

Applies to

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

expected
UInt32
actual
UInt32
Attributes

Applies to

AreNotEqual(Single, Single)

public static void AreNotEqual (float expected, float actual);
static member AreNotEqual : single * single -> unit

Parameters

expected
Single
actual
Single

Applies to

AreNotEqual(Object, Object)

public static void AreNotEqual (object expected, object actual);
static member AreNotEqual : obj * obj -> unit

Parameters

expected
Object
actual
Object

Applies to

AreNotEqual(Int64, Int64)

public static void AreNotEqual (long expected, long actual);
static member AreNotEqual : int64 * int64 -> unit

Parameters

expected
Int64
actual
Int64

Applies to

AreNotEqual(Int32, Int32)

public static void AreNotEqual (int expected, int actual);
static member AreNotEqual : int * int -> unit

Parameters

expected
Int32
actual
Int32

Applies to

AreNotEqual(Double, Double)

public static void AreNotEqual (double expected, double actual);
static member AreNotEqual : double * double -> unit

Parameters

expected
Double
actual
Double

Applies to

AreNotEqual(Decimal, Decimal)

public static void AreNotEqual (decimal expected, decimal actual);
static member AreNotEqual : decimal * decimal -> unit

Parameters

expected
Decimal
actual
Decimal

Applies to