FileOffset Operators |
The FileOffset type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Equality |
Returns a value indicating whether x is equal to y.
|
![]() ![]() | GreaterThan |
Returns a value indicating whether x is greater than y.
|
![]() ![]() | GreaterThanOrEqual |
Returns a value indicating whether x is greater than or equal to y.
|
![]() ![]() | Inequality |
Returns a value indicating whether x is not equal to y.
|
![]() ![]() | LessThan |
Returns a value indicating whether x is less than y.
|
![]() ![]() | LessThanOrEqual |
Returns a value indicating whether x is less than or equal to y.
|