BaseSet Methods | 
The BaseSet 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(Object) | 
            Gets whether the Set is equal to another object.
              (Overrides ObjectEquals(Object).) | |
| Equals(ISet) | 
            Gets whether the Set is equal to another set.
              | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.  (Inherited from Object.) | |
| GetHashCode | 
            Gets the Hash Code of the Set.
              (Overrides ObjectGetHashCode.) | |
| 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.
              | |
| IsMinusCompatibleWith | 
            Gets whether the Set is minus compatible with a given set based on the given variables.
              | |
| Join | 
            Joins the set to another set.
              | |
| MemberwiseClone | Creates a shallow copy of the current Object.  (Inherited from Object.) | |
| Remove | 
            Removes a Value for a Variable from the Set.
              | |
| ToString | 
            Gets the String representation of the Set.
              (Overrides ObjectToString.) |