'Declaration Public Function ContainsValue( _ ByVal value() As InteractiveSort _ ) As Boolean
public bool ContainsValue( InteractiveSort[] value )
Parameters
- value
- The value to locate in the Dictionary. The value can be null for reference types.
Return Value
true if the Dictionary contains an element with the specified value; otherwise, false.