System::DateTimeOffset::EqualsExact methode

DateTimeOffset::EqualsExact(const DateTimeOffset&) const method

Controleert of twee DateTimeOffset objecten hetzelfde tijdstip weergeven en dezelfde offset hebben.

bool System::DateTimeOffset::EqualsExact(const DateTimeOffset &other) const
ParameterTypeBeschrijving
otherconst DateTimeOffset&Object om te vergelijken.

ReturnValue

true als het huidige object exact gelijk is aan other, anders - false.

Zie ook

DateTimeOffset::EqualsExact(const SharedPtr<Object>&) const method

Controleert of twee DateTimeOffset objecten hetzelfde tijdstip weergeven en dezelfde offset hebben.

bool System::DateTimeOffset::EqualsExact(const SharedPtr<Object> &obj) const
ParameterTypeBeschrijving
objconst SharedPtr<Object>&Object om te vergelijken.

ReturnValue

true als het huidige object exact gelijk is aan obj, anders - false.

Zie ook