Méthode System::TimeSpan::operator==
TimeSpan::operator==(std::nullptr_t) const method
bool System::TimeSpan::operator==(std::nullptr_t) const
Voir aussi
- Class TimeSpan
- Namespace System
- Library Aspose.Font for C++
TimeSpan::operator==(TimeSpan) const method
Détermine si l’intervalle de temps représenté par l’objet actuel est égal à l’intervalle de temps représenté par l’objet spécifié.
bool System::TimeSpan::operator==(TimeSpan value) const
| Paramètre | Type | Description |
|---|---|---|
| value | TimeSpan | L’objet TimeSpan avec lequel comparer l’objet actuel |
ReturnValue
Vrai si l’objet actuel et l’objet spécifié représentent le même intervalle de temps, sinon - faux
Voir aussi
- Class TimeSpan
- Class TimeSpan
- Namespace System
- Library Aspose.Font for C++