Determines if the specified
value is between or equal to the
Start and
End of this range.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public bool Contains(
T value
)
Public Function Contains (
value As T
) As Boolean
member Contains :
value : 'T -> bool
Parameters
- value
- Type: T
Value to check if it is within this range.
Return Value
Type:
Boolean[Missing <returns> documentation for "M:Eto.Forms.Range`1.Contains(`0)"]
See Also