operator==()

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

Checks if List pointer is null.

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

Return Value

True if List pointer is null and false otherwise.

See Also