Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 505 Bytes

File metadata and controls

24 lines (16 loc) · 505 Bytes

Verify.IsFalse method

Throws InvalidOperationException if the parameter is not false.

public static void IsFalse(bool value)
parameter description
value The parameter to check.

Exceptions

exception condition
InvalidOperationException value is true.

See Also