CspSetOperators.SubsetEq Method
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Creates a term that indicates whether a set is a subset of another set.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
SubsetEq(ConstraintSystem, CspTerm, CspTerm) | Creates a term that indicates if a set variable is a subset of another set variable. | |
SubsetEq(ConstraintSystem, CspTerm, Int32()) | Creates a term that indicates if a set variable is a subset of another set. | |
SubsetEq(ConstraintSystem, Int32(), CspTerm) | Creates a term that indicates if a set if a subset of a set variable. |
Top