GraphPathSerializationDictionary.Contains 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 if the given link is in this collection.
public:
virtual bool Contains(System::Collections::Generic::KeyValuePair<System::String ^, System::String ^> item);
public bool Contains (System.Collections.Generic.KeyValuePair<string,string> item);
abstract member Contains : System.Collections.Generic.KeyValuePair<string, string> -> bool
override this.Contains : System.Collections.Generic.KeyValuePair<string, string> -> bool
Public Function Contains (item As KeyValuePair(Of String, String)) As Boolean
Parameters
- item
- KeyValuePair<String,String>
The item to search for.
Returns
True if this collection contains the given link.