The WorksetId type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | WorksetId | Create an WorksetId handle with the given integer id. |
Methods
Name | Description | |
---|---|---|
![]() | Compare | Compares two WorksetIds. |
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Overrides ObjectEquals(Object).) |
![]() | GetHashCode | Gets the integer value of the id as hash code (Overrides ObjectGetHashCode.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Gets a String representation of the integer value of the id. (Overrides ObjectToString.) |
Operators
Name | Description | |
---|---|---|
![]() ![]() | Equality | Determines whether these two WorksetIds are the same. |
![]() ![]() | GreaterThan | Determines whether one WorksetId is greater than another WorksetId. |
![]() ![]() | GreaterThanOrEqual | Determines whether one WorksetId is not less than another WorksetId. |
![]() ![]() | Inequality | Determines whether these two WorksetIds are different. |
![]() ![]() | LessThan | Determines whether this WorksetId is less than another WorksetId. |
![]() ![]() | LessThanOrEqual | Determines whether one WorksetId is not greater than another WorksetId. |
Properties
Name | Description | |
---|---|---|
![]() | IntegerValue | Provides the value of the WorksetId as an integer. |
![]() ![]() | InvalidWorksetId | Get the invalid WorksetId whose IntegerValue is -1. |