Overload | Description |
---|---|
Contains(Nullable<UInt16>) | Returns true if value is not null and is in this closed range. |
Contains(Nullable<UInt32>) | Returns true if value is not null and is in this closed range. |
Contains(Nullable<Int16>) | Returns true if value is not null and is in this closed range. |
Contains(Nullable<Int32>) | Returns true if value is not null and is in this closed range. |
Contains(UInt16) | Returns true if value is in this closed range. |
Contains(UInt32) | Returns true if value is in this closed range. |
Contains(Int16) | Returns true if value is in this closed range. |
Contains(Int32) | Returns true if value is in this closed range. |