ContainsElement Method (PgSqlNumericRange)
In This Topic
Determines whether the specified value is contained by the range.
Syntax
'Declaration
Public Overrides Function ContainsElement( _
ByVal As Decimal _
) As Boolean
public override bool ContainsElement(
decimal
)
Parameters
- element
- The value to check.
Return Value
true if the range contains the specified value; otherwise, false.
See Also