Set Members
Include Protected Members
Include Inherited Members
Represents an ordered collection of zero or more tuples.
The Set type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
Equals(Object) | Determines whether two instances of System.Object are equal. (Overrides Object.Equals(Object).) |
![]() |
Finalize() | (Inherited from Object.) |
![]() |
GetHashCode() | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures such as hash tables. (Overrides Object.GetHashCode().) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() |
ToString() | (Inherited from Object.) |
Top
Operators
Name | Description | |
---|---|---|
![]() ![]() |
Equality(Set, Set) | Determines whether two specified instances of Set are equal. |
![]() ![]() |
Inequality(Set, Set) | Determines whether two specified instances of Set are not equal. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Hierarchies | Gets a reference to the HierarchyCollection collection referenced by the Set. |
![]() |
Tuples | Gets a reference to the TupleCollection collection referenced by the Set. |
Top