Share via


ODataBatchOperationHeaders.ContainsKeyOrdinal(String) Method

Definition

Determines whether the dictionary contains an element with the specified key.

public bool ContainsKeyOrdinal (string key);
member this.ContainsKeyOrdinal : string -> bool
Public Function ContainsKeyOrdinal (key As String) As Boolean

Parameters

key
String

The key to locate in the dictionary.

Returns

true if the dictionary contains an element with the key; otherwise, false.

Remarks

This method will match the key using case-insensitive comparison.

Applies to