OptionCollection.Contains

OptionCollection.Contains method

Checks if item exists in collection, throws NotImplementedException.

public bool Contains(Option item)
ParameterTypeDescription
itemOptionOperator item to find.

Return Value

Throws NotImplementedException

See Also