Method | Description | |
---|---|---|
IsAfter ( this |
Determines whether the specified value is after the other one.
|
|
IsBefore ( this |
Determines whether the specified value is before the other one.
|
public static IsAfter ( this |
||
check | this |
The fluent check to be extended. |
givenValue | IComparable | The other value. |
return | ICheckLink |
public static IsBefore ( this |
||
check | this |
The fluent check to be extended. |
givenValue | IComparable | The other value. |
return | ICheckLink |