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
| Parameter | Type | Περιγραφή |
|---|---|---|
| value | TimeSpan | Το αντικείμενο TimeSpan για σύγκριση με το τρέχον αντικείμενο |
ReturnValue
Αληθές αν το τρέχον αντικείμενο και το καθορισμένο αντικείμενο αντιπροσωπεύουν το ίδιο χρονικό διάστημα, διαφορετικά - ψευδές
Δείτε επίσης
- Class TimeSpan
- Class TimeSpan
- Namespace System
- Library Aspose.Page for C++