dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlInterval Structure / Equals Method / Equals(Object) Method
A PgSqlInterval object to compare with.

In This Topic
Equals(Object) Method
In This Topic
Compares itself with the specified parameter treated as PgSqlInterval object.
Syntax
'Declaration
 
Public Overloads Overrides Function Equals( _
   ByVal value As Object _
) As Boolean
 

Parameters

value
A PgSqlInterval object to compare with.

Return Value

true if two PgSqlInterval values are equal; otherwise, false.
See Also