'Declaration Public Operator <=( _ ByVal left As PgSqlNumeric, _ ByVal right As PgSqlNumeric _ ) As Boolean
public bool operator <=( PgSqlNumeric left, PgSqlNumeric right )
Parameters
- left
- First PgSqlNumeric.
- right
- Second PgSqlNumeric.
Return Value
True if the first of two PgSqlNumeric values is less than or equal to the second; otherwise, false.