طريقة System::DateTimeOffset::operator!=

DateTimeOffset::operator!=(const DateTimeOffset&) const method

تحدد ما إذا كان الكائن الحالي والكائن DateTimeOffset المحدد يمثلان قيم تاريخ ووقت متميزة.

bool System::DateTimeOffset::operator!=(const DateTimeOffset &other) const
معاملنوعالوصف
otherconst DateTimeOffset&الكائن DateTimeOffset للمقارنة مع الكائن الحالي

ReturnValue

صحيح إذا كان الكائن الحالي والكائن المحدد يمثلان قيم تاريخ ووقت متميزة، وإلا - خطأ

انظر أيضًا

DateTimeOffset::operator!=(std::nullptr_t) const method

bool System::DateTimeOffset::operator!=(std::nullptr_t) const

انظر أيضًا