SqlDateTime.NotEquals(SqlDateTime, SqlDateTime) メソッド
定義
SqlDateTime の 2 つのインスタンスの論理比較を実行して、等しくないかどうかを確認します。Performs a logical comparison of two instances of SqlDateTime to determine whether they are not equal.
public:
static System::Data::SqlTypes::SqlBoolean NotEquals(System::Data::SqlTypes::SqlDateTime x, System::Data::SqlTypes::SqlDateTime y);
public static System.Data.SqlTypes.SqlBoolean NotEquals (System.Data.SqlTypes.SqlDateTime x, System.Data.SqlTypes.SqlDateTime y);
static member NotEquals : System.Data.SqlTypes.SqlDateTime * System.Data.SqlTypes.SqlDateTime -> System.Data.SqlTypes.SqlBoolean
Public Shared Function NotEquals (x As SqlDateTime, y As SqlDateTime) As SqlBoolean
パラメーター
SqlDateTime 構造体。A SqlDateTime structure.
SqlDateTime 構造体。A SqlDateTime structure.
戻り値
2 つのインスタンスが等しくない場合は SqlBoolean の True。2 つのインスタンスが等しい場合は False。A SqlBoolean that is True if the two instances are not equal or False if the two instances are equal. SqlDateTime のいずれかのインスタンスが null の場合、Value の SqlBoolean は Null になります。If either instance of SqlDateTime is null, the Value of the SqlBoolean will be Null.