dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlTime Structure / NotEquals Method
The first PgSqlTime value.
The second PgSqlTime value.

NotEquals Method (PgSqlTime)
Determines whether two PgSqlTime values are not equal.
Syntax
'Declaration
 
Public Shared Function NotEquals( _
   ByVal x As PgSqlTime, _
   ByVal y As PgSqlTime _
) As Boolean
 

Parameters

x
The first PgSqlTime value.
y
The second PgSqlTime value.

Return Value

true if two PgSqlTime values are not equal; otherwise, false.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also