dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlRangeType<T> Class / ContainsElement Method
The value to check.

In This Topic
    ContainsElement Method (PgSqlRangeType<T>)
    In This Topic
    Determines whether the specified value is contained by the range.
    Syntax
    'Declaration
     
    Public MustOverride Function ContainsElement( _
       ByVal element As T _
    ) As Boolean
    public abstract bool ContainsElement( 
       T element
    )

    Parameters

    element
    The value to check.

    Return Value

    true if the range contains the specified value; otherwise, false.
    See Also