Set Methods | 
The Set type exposes the following members.
| Name | Description | |
|---|---|---|
| Add | 
            Adds a Value for a Variable to the Set.
              (Overrides BaseSetAdd(String, INode).) | |
| ContainsVariable | 
            Checks whether the Set contains a given Variable.
              (Overrides BaseSetContainsVariable(String).) | |
| Copy | 
            Copies the Set.
              (Overrides BaseSetCopy.) | |
| Equals(Object) | 
            Gets whether the Set is equal to another object.
              (Inherited from BaseSet.) | |
| Equals(ISet) | 
            Gets whether the Set is equal to another set.
              (Inherited from BaseSet.) | |
| Equals(Set) | 
            Gets whether the Set is equal to another set.
              | |
| GetHashCode | 
            Gets the Hash Code of the Set.
              (Inherited from BaseSet.) | |
| GetType | Gets the Type of the current instance.  (Inherited from Object.) | |
| IsCompatibleWith | 
            Gets whether the Set is compatible with a given set based on the given variables.
              (Overrides BaseSetIsCompatibleWith(ISet, IEnumerableString).) | |
| IsMinusCompatibleWith | 
            Gets whether the Set is minus compatible with a given set based on the given variables.
              (Overrides BaseSetIsMinusCompatibleWith(ISet, IEnumerableString).) | |
| Join | 
            Joins the set to another set.
              (Overrides BaseSetJoin(ISet).) | |
| Remove | 
            Removes a Value for a Variable from the Set.
              (Overrides BaseSetRemove(String).) | |
| ToString | 
            Gets the String representation of the Set.
              (Inherited from BaseSet.) |