System::TimeSpan::operator== メソッド
TimeSpan::operator==(std::nullptr_t) const method
bool System::TimeSpan::operator==(std::nullptr_t) const
参照
- Class TimeSpan
- Namespace System
- Library Aspose.Page for C++
TimeSpan::operator==(TimeSpan) const method
現在のオブジェクトが表す時間間隔が、指定されたオブジェクトが表す時間間隔と等しいかどうかを判定します。
bool System::TimeSpan::operator==(TimeSpan value) const
| パラメーター | 型 | 説明 |
|---|---|---|
| value | TimeSpan | 現在のオブジェクトと比較するための TimeSpan オブジェクトです |
ReturnValue
現在のオブジェクトと指定されたオブジェクトが同じ時間間隔を表す場合は True、そうでない場合は false
参照
- Class TimeSpan
- Class TimeSpan
- Namespace System
- Library Aspose.Page for C++