ImmutableSortedDictionary<TKey,TValue>.ContainsValue(TValue) Método

Definição

Determina se o dicionário classificado imutável contém um elemento com o valor especificado.Determines whether the immutable sorted dictionary contains an element with the specified value.

public:
 bool ContainsValue(TValue value);
public bool ContainsValue (TValue value);
member this.ContainsValue : 'Value -> bool
Public Function ContainsValue (value As TValue) As Boolean

Parâmetros

value
TValue

O valor a ser localizado.The value to locate. O valor pode ser null para tipos de referência.The value can be null for reference types.

Retornos

Boolean

true se o dicionário contiver um elemento com o valor especificado; caso contrário, false.true if the dictionary contains an element with the specified value; otherwise, false.

Aplica-se a