Contains

VideoFormatInfoCollection.Contains method

Determines whether the VideoFormatInfoCollection contain the specified item.

public bool Contains(VideoFormatInfo item)
Parameter Type Description
item VideoFormatInfo The item to check.

Return Value

True if the VideoFormatInfoCollection contain the specified item; otherwise, false.

See Also