System::DateTimeOffset::EqualsExact yöntemi

DateTimeOffset::EqualsExact(const DateTimeOffset&) const method

İki DateTimeOffset nesnesinin aynı zaman noktasını temsil edip aynı ofsete sahip olup olmadığını kontrol eder.

bool System::DateTimeOffset::EqualsExact(const DateTimeOffset &other) const
ParametreTürAçıklama
otherconst DateTimeOffset&Object karşılaştırma için.

ReturnValue

true ise geçerli nesne other ile tam olarak eşitse, aksi takdirde - false.

Ayrıca Bakınız

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

İki DateTimeOffset nesnesinin aynı zaman noktasını temsil edip aynı ofsete sahip olup olmadığını kontrol eder.

bool System::DateTimeOffset::EqualsExact(const SharedPtr<Object> &obj) const
ParametreTürAçıklama
objconst SharedPtr<Object>&Object karşılaştırma için.

ReturnValue

true ise geçerli nesne obj ile tam olarak eşitse, aksi takdirde - false.

Ayrıca Bakınız