Click or drag to resize

ISet Methods

The ISet type exposes the following members.

Methods
  NameDescription
Public methodAdd
Adds a Value for a Variable to the Set.
Public methodContainsVariable
Checks whether the Set contains a given Variable.
Public methodCopy
Copies the Set.
Public methodEquals
Indicates whether the current object is equal to another object of the same type.
(Inherited from IEquatable<ISet>.)
Public methodIsCompatibleWith
Gets whether the Set is compatible with a given set based on the given variables.
Public methodIsMinusCompatibleWith
Gets whether the Set is minus compatible with a given set based on the given variables.
Public methodJoin
Joins the set to another set.
Public methodRemove
Removes a Value for a Variable from the Set.
Top
See Also