[This is preliminary documentation and is subject to change.]
Namespace: NFXAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public static void AreNotSameRef(
Object expect,
Object got,
string from = null
)
public static void AreNotSameRef(
Object expect,
Object got,
string from = null
)
Public Shared Sub AreNotSameRef (
expect As Object,
got As Object,
Optional from As String = Nothing
)
Public Shared Sub AreNotSameRef (
expect As Object,
got As Object,
Optional from As String = Nothing
)
public:
static void AreNotSameRef(
Object^ expect,
Object^ got,
String^ from = nullptr
)
public:
static void AreNotSameRef(
Object^ expect,
Object^ got,
String^ from = nullptr
)
static member AreNotSameRef :
expect : Object *
got : Object *
?from : string
(* Defaults:
let _from = defaultArg from null
*)
-> unit
static member AreNotSameRef :
expect : Object *
got : Object *
?from : string
(* Defaults:
let _from = defaultArg from null
*)
-> unit