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

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

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

参照

TimeSpan::operator==(TimeSpan) const method

現在のオブジェクトが表す時間間隔が、指定されたオブジェクトが表す時間間隔と等しいかどうかを判定します。

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

ReturnValue

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

参照