System::DateTimeOffset::Equals-methode
inhoud
[
verbergen
]DateTimeOffset::Equals(const DateTimeOffset&) const method
Controleert of twee DateTimeOffset-objecten hetzelfde tijdstip vertegenwoordigen.
bool System::DateTimeOffset::Equals(const DateTimeOffset &other) const
| Parameter | Type | Beschrijving |
|---|---|---|
| other | const DateTimeOffset& | Object om te vergelijken. |
ReturnValue
true als het huidige object gelijk is aan other, anders - false.
Zie ook
- Class DateTimeOffset
- Class DateTimeOffset
- Namespace System
- Library Aspose.Page for C++
DateTimeOffset::Equals(const SharedPtr<Object>&) const method
Controleert of twee DateTimeOffset-objecten hetzelfde tijdstip vertegenwoordigen.
bool System::DateTimeOffset::Equals(const SharedPtr<Object> &obj) const
| Parameter | Type | Beschrijving |
|---|---|---|
| obj | const SharedPtr<Object>& | Object om te vergelijken. |
ReturnValue
true als het huidige object gelijk is aan obj, anders - false.
Zie ook
- Typedef SharedPtr
- Class Object
- Class DateTimeOffset
- Namespace System
- Library Aspose.Page for C++
DateTimeOffset::Equals(const DateTimeOffset&, const DateTimeOffset&) method
Controleert of twee DateTimeOffset-objecten hetzelfde tijdstip vertegenwoordigen.
static bool System::DateTimeOffset::Equals(const DateTimeOffset &first, const DateTimeOffset &second)
| Parameter | Type | Beschrijving |
|---|---|---|
| eerste | const DateTimeOffset& | Eerste object om te vergelijken. |
| seconde | const DateTimeOffset& | Tweede object om te vergelijken. |
ReturnValue
true als first gelijk is aan second, anders - false.
Zie ook
- Class DateTimeOffset
- Class DateTimeOffset
- Namespace System
- Library Aspose.Page for C++