SfcCollatedDictionaryCollection<T,K,ParentT>.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.
Overloads
Contains(K) | |
Contains(T) |
Contains(K)
public override bool Contains (K key);
override this.Contains : 'K -> bool
Public Overrides Function Contains (key As K) As Boolean
Parameters
- key
- K
Returns
Applies to
Contains(T)
public override bool Contains (T obj);
override this.Contains : 'T -> bool
Public Overrides Function Contains (obj As T) As Boolean
Parameters
- obj
- T