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

DateTimeOffset::operator==(const DateTimeOffset&) const method

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

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

ReturnValue

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

参照

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

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

参照