Determines whether the specified object is contained in the current instance.
- item
- The object to locate in the current instance.
true if item is contained in the current instance; otherwise, false.
This method determines equality by calling the object.Equals(object) implementation of the type of item.