ContainsElement Method (PgSqlBigIntRange)
Determines whether the specified value is contained by the range.
public override bool ContainsElement(
long
)
'Declaration
Public Overrides Function ContainsElement( _
ByVal As Long _
) As Boolean
Parameters
- element
- The value to check.
Return Value
true if the range contains the specified value; otherwise, false.