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
ParametreTürAçıklama
otherDateTimeGeçerli nesne ile karşılaştırılacak DateTime nesnesi

ReturnValue

Mevcut nesne ve belirtilen nesne aynı tarih ve saat değerini temsil ediyorsa doğru, 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