ODataBatchOperationHeaders.ContainsKeyOrdinal(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.