Determines if this bag is a subset of another ba11 items in this bag.
Namespace: X3Platform.CollectionsAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic bool IsSubsetOf(
Bag<T> otherBag
)
public:
bool IsSubsetOf(
Bag<T>^ otherBag
)
Parameters
- otherBag
- Type: X3Platform.CollectionsBagT
Bag to compare to.
Return Value
Type:
BooleanTrue if this is a subset of
otherBag.
Exceptions
See Also