Method Contains
Contains(String)
Gets a value that indicates if a Comdat with a given name exists in the collection
Declaration
public bool Contains(string key)
Parameters
public bool Contains(string key)
String | key | Name of the Comdat to test for |
Returns
Boolean | true if the entry is present and false if not |