System.Collections.SortedList.ValueList.Contains C# (CSharp) Method

Contains() public method

public Contains ( Object value ) : bool
value Object
return bool
            public virtual bool Contains(Object value)
            {
                return _sortedList.ContainsValue(value);
            }