 | RangeTContains Method |
Returns whether or not the range contains the given value
Namespace:
Koden.Utils
Assembly:
Koden.Utils (in Koden.Utils.dll) Version: 1.1.6453.26060
Syntaxpublic bool Contains(
T value
)
Public Function Contains (
value As T
) As Boolean
public:
bool Contains(
T value
)
member Contains :
value : 'T -> bool
Parameters
- value
- Type: T
[Missing <param name="value"/> documentation for "M:Koden.Utils.Range`1.Contains(`0)"]
Return Value
Type:
Boolean[Missing <returns> documentation for "M:Koden.Utils.Range`1.Contains(`0)"]
See Also