For a list of all members of this type, see RefTuple members.
Name | Description | |
---|---|---|
![]() | Contains | True if this tuple contains the input tuple. The input tuple is considered to be contained if both tuples have the same identifier and if this scope contains the input scope. The input scope is contained if neither scope types are type Unknown and they meet one of the following conditions:
|
![]() | IncrementScope | Increments the scope if the scope if type Index or RelativeIndex. |
![]() | IsNumericScopeGTE | True if both tuples have the same type and numeric scope type and this numeric index >= the input tuple numeric index |
![]() | IsNumericScopeLTE | True if both tuples have the same type and numeric scope type and this numeric index <= the input tuple numeric index |
![]() | IsSameIdentifier | Compares this tuple identifiers with the input tuple identifier. |
![]() | IsSameTuple | Tuple Equivalence comparison. True if same Type and Scope. |
![]() | IsSubset | True if the input tuple is a subset of this tuble. The input tuple is considered to be a subset if both tuples have the same identifier and if this scope entirely contains the input scope. The input scope is contained if neither scope types are type Unknown and they meet one of the following conditions:
|
![]() | ToString | Overloaded. Appends the tuple to the specified string builder. |