[]
        
(Showing Draft Content)

FarPoint.Web.Spread.ConditionalFormattingModel.Contains

Contains Method

Contains(ConditionalFormatting)

Determines whether the ICollection<T> contains a specific value.

Declaration
public bool Contains(ConditionalFormatting item)
Public Function Contains(item As ConditionalFormatting) As Boolean
Parameters
Type Name Description
ConditionalFormatting item

The object to locate in the ICollection<T>.

Returns
Type Description
bool

true if item is found in the ICollection<T>; otherwise, false.

Implements