DestinationCollection.Contains

DestinationCollection.Contains method

Determines whether this instance contains the object.

public bool Contains(KeyValuePair<string, object> value)
ParameterTypeDescription
valueKeyValuePair`2The value.

Return Value

true if [contains] [the specified value]; otherwise, false.

See Also