Click or drag to resize
OrderedSetTContains Method
Determines if this set contains an item equal to item. The set is not changed.

Namespace: X3Platform.Collections
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
Remarks
Searching the set for an item takes time O(log N), where N is the number of items in the set.
See Also