IsFalse
This property indicates whether or not the value of the current instance is false.
Declaration
// C# public bool IsFalse {get;}
Property Value
A bool value that returns true
if the current instance is false; otherwise, returns false
.
Remarks
This property will return false if the current instance is null.