ISet Methods |
The ISet type exposes the following members.
| Name | Description | |
|---|---|---|
| Add |
Adds a Value for a Variable to the Set.
| |
| ContainsVariable |
Checks whether the Set contains a given Variable.
| |
| Copy |
Copies the Set.
| |
| Equals | Indicates whether the current object is equal to another object of the same type. (Inherited from IEquatableISet.) | |
| IsCompatibleWith |
Gets whether the Set is compatible with a given set based on the given variables.
| |
| IsMinusCompatibleWith |
Gets whether the Set is minus compatible with a given set based on the given variables.
| |
| Join |
Joins the set to another set.
| |
| Remove |
Removes a Value for a Variable from the Set.
|