System::DateTime::operator== yöntemi

DateTime::operator==(DateTime) const method

Geçerli nesne ile belirtilen DateTime nesnesinin aynı tarih ve saat değerini temsil edip etmediğini belirler.

bool System::DateTime::operator==(DateTime other) const
ParameterTypeAçıklama
otherDateTimeGeçerli nesneyle karşılaştırılacak DateTime nesnesi

ReturnValue

Doğru ise mevcut nesne ve belirtilen nesne aynı tarih ve saat değerini temsil eder, aksi takdirde - yanlış

Ayrıca Bakınız

DateTime::operator==(std::nullptr_t) const method

bool System::DateTime::operator==(std::nullptr_t) const

Ayrıca Bakınız