public bool ContainsValue(
TValue value
)
Public Function ContainsValue (
value As TValue
) As Boolean
public:
bool ContainsValue(
TValue value
)
member ContainsValue :
value : 'TValue -> bool
This method determines equality using the EqualityComparer<T>.Default comparer.
This method performs a linear search; therefore, this method is an O(n) operation.