System::Collections::Generic::ListPtr::operator== method

ListPtr::operator== method

Checks if List pointer is null.

bool System::Collections::Generic::ListPtr<T>::operator==(std::nullptr_t) const

ReturnValue

True if List pointer is null and false otherwise.

See Also