[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 AreEqual(
string expect,
string got,
string from = null
)
public static void AreEqual(
string expect,
string got,
string from = null
)
Public Shared Sub AreEqual (
expect As String,
got As String,
Optional from As String = Nothing
)
Public Shared Sub AreEqual (
expect As String,
got As String,
Optional from As String = Nothing
)
public:
static void AreEqual(
String^ expect,
String^ got,
String^ from = nullptr
)
public:
static void AreEqual(
String^ expect,
String^ got,
String^ from = nullptr
)
static member AreEqual :
expect : string *
got : string *
?from : string
(* Defaults:
let _from = defaultArg from null
*)
-> unit
static member AreEqual :
expect : string *
got : string *
?from : string
(* Defaults:
let _from = defaultArg from null
*)
-> unit