[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 bool AreSameRefTest(
Object expect,
Object got
)
public static bool AreSameRefTest(
Object expect,
Object got
)
Public Shared Function AreSameRefTest (
expect As Object,
got As Object
) As Boolean
Public Shared Function AreSameRefTest (
expect As Object,
got As Object
) As Boolean
public:
static bool AreSameRefTest(
Object^ expect,
Object^ got
)
public:
static bool AreSameRefTest(
Object^ expect,
Object^ got
)
static member AreSameRefTest :
expect : Object *
got : Object -> bool
static member AreSameRefTest :
expect : Object *
got : Object -> bool
Return Value
Type:
Boolean