System::DateTimeOffset::EqualsExact metodu

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
ParameterTypeAçıklama
otherconst DateTimeOffset&Karşılaştırılacak Object.

ReturnValue

geçerli nesne other ile tam olarak eşitse true, 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
ParameterTypeAçıklama
objconst SharedPtr<Object>&Karşılaştırılacak Object.

ReturnValue

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

Ayrıca Bakınız