다음을 통해 공유


Assert.IsFalse 메서드

정의

오버로드

IsFalse(Boolean)
IsFalse(Boolean, String)
IsFalse(Boolean, String, Object[])

IsFalse(Boolean)

public static void IsFalse (bool condition);
static member IsFalse : bool -> unit

매개 변수

condition
Boolean

적용 대상

IsFalse(Boolean, String)

public static void IsFalse (bool condition, string message);
static member IsFalse : bool * string -> unit

매개 변수

condition
Boolean
message
String

적용 대상

IsFalse(Boolean, String, Object[])

public static void IsFalse (bool condition, string message, params object[] args);
static member IsFalse : bool * string * obj[] -> unit

매개 변수

condition
Boolean
message
String
args
Object[]

적용 대상