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