Click or drag to resize
SQLiteVersion Operators

The SQLiteVersion type exposes the following members.

Operators
  NameDescription
Public operatorStatic memberEquality
Indicates whether the two SQLiteVersion instances are equal to each other.
Public operatorStatic memberGreaterThan
Indicates if the the first SQLiteVersion is greater than the second.
Public operatorStatic memberGreaterThanOrEqual
Indicates if the the first SQLiteVersion is greater than or equal to the second.
Public operatorStatic memberInequality
Indicates whether the two SQLiteVersion instances are not equal each other.
Public operatorStatic memberLessThan
Indicates if the the first SQLiteVersion is less than the second.
Public operatorStatic memberLessThanOrEqual
Indicates if the the first SQLiteVersion is less than or equal to the second.
Top
See Also