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