OEC Application Programming Interface

KeyedList<Key,T>.ContainsKey Method 

Determines whether the collection contains a specific key.

public Boolean ContainsKey(
   Key key
);

Parameters

key
Key value

Return Value

true, if object exists

See Also

KeyedList<Key,T> Class | OEC.API.Bases Namespace