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