System::DateTime::operator== メソッド

DateTime::operator==(DateTime) const method

現在のオブジェクトと指定された DateTime オブジェクトが同じ日付と時刻の値を表しているかどうかを判断します。

bool System::DateTime::operator==(DateTime other) const
パラメーター説明
otherDateTime現在のオブジェクトと比較するための DateTime オブジェクト

ReturnValue

現在のオブジェクトと指定されたオブジェクトが同じ日付と時刻の値を表す場合は true、そうでない場合は false

参照

DateTime::operator==(std::nullptr_t) const method

bool System::DateTime::operator==(std::nullptr_t) const

参照