Assert.AreNotSame Method

Definition

Overloads

AreNotSame(Object, Object, String)
AreNotSame(Object, Object, String, Object[])
AreNotSame(Object, Object)

AreNotSame(Object, Object, String)

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

Parameters

expected
Object
actual
Object
message
String

Applies to

AreNotSame(Object, Object, String, Object[])

public static void AreNotSame (object expected, object actual, string message, params object[] args);
static member AreNotSame : obj * obj * string * obj[] -> unit

Parameters

expected
Object
actual
Object
message
String
args
Object[]

Applies to

AreNotSame(Object, Object)

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

Parameters

expected
Object
actual
Object

Applies to