dotConnect for SQLite Documentation
Devart.Data.SQLite Namespace / SQLiteDateTime Structure / Equals Method / Equals(SQLiteDateTime,SQLiteDateTime) Method
A SQLiteDateTime value to compare.
A SQLiteDateTime value to compare.

In This Topic
    Equals(SQLiteDateTime,SQLiteDateTime) Method
    In This Topic
    Determines whether two SQLiteDateTime values are equal.
    Syntax
    'Declaration
     
    Public Overloads Shared Function Equals( _
       ByVal x As SQLiteDateTime, _
       ByVal y As SQLiteDateTime _
    ) As Boolean
    public static bool Equals( 
       SQLiteDateTime x,
       SQLiteDateTime y
    )

    Parameters

    x
    A SQLiteDateTime value to compare.
    y
    A SQLiteDateTime value to compare.

    Return Value

    true if two SQLiteDateTime values are 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