Method False
False(string)
Construct a result equal to false, with a reason.
Declaration
public static BoolResult False(string reason)
Parameters
Type | Name | Description |
---|---|---|
string | reason | The reason why it is false. |
Returns
Type | Description |
---|---|
BoolResult | A new result. |