Equals Method (SQLiteText)
Compares the specified object parameter to the
SQLiteText value.
'Declaration
Public Overrides Function Equals( _
ByVal As Object _
) As Boolean
Parameters
- obj
- The object to be compared.
Return Value
true if object is an instance of the
SQLiteText and has the same date and time; otherwise,
false.