WorksetId Members


The WorksetId type exposes the following members.

Constructors

  NameDescription
Public methodWorksetId
Create an WorksetId handle with the given integer id.

Methods

  NameDescription
Public methodCompare
Compares two WorksetIds.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Overrides ObjectEquals(Object).)
Public methodGetHashCode
Gets the integer value of the id as hash code
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Gets a String representation of the integer value of the id.
(Overrides ObjectToString.)

Operators

  NameDescription
Public operatorStatic memberEquality
Determines whether these two WorksetIds are the same.
Public operatorStatic memberGreaterThan
Determines whether one WorksetId is greater than another WorksetId.
Public operatorStatic memberGreaterThanOrEqual
Determines whether one WorksetId is not less than another WorksetId.
Public operatorStatic memberInequality
Determines whether these two WorksetIds are different.
Public operatorStatic memberLessThan
Determines whether this WorksetId is less than another WorksetId.
Public operatorStatic memberLessThanOrEqual
Determines whether one WorksetId is not greater than another WorksetId.

Properties

  NameDescription
Public propertyIntegerValue
Provides the value of the WorksetId as an integer.
Public propertyStatic memberInvalidWorksetId
Get the invalid WorksetId whose IntegerValue is -1.

See Also