System.ComponentModel.ListSortDescriptionCollection.Contains C# (CSharp) Method

Contains() public method

public Contains ( object value ) : bool
value object
return bool
        public bool Contains(object value) {
            return ((IList)this.sorts).Contains(value);
        }