Equals Method (PgSqlText)
Compares the specified object parameter to the
PgSqlText 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
PgSqlText and has the same date and time; otherwise,
false.