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