Method Unlikely
Unlikely(Boolean)
Hints to the compiler that the condition is unlikely to be true.
Declaration
public static bool Unlikely(bool condition)
Parameters
Type | Name | Description |
---|---|---|
Boolean | condition | The boolean condition that is unlikely to be true. |
Returns
Type | Description |
---|---|
Boolean | The condition. |