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