SyncGlobalId Members
Represents an identifier for an item that is unique throughout the synchronization community.
The following tables list the members exposed by the SyncGlobalId type.
Public Constructors
Name | Description | |
---|---|---|
SyncGlobalId | Overloaded. Initializes a new instance of the SyncGlobalId class. |
Top
Public Properties
Name | Description | |
---|---|---|
Prefix | Gets the prefix component of the global ID. | |
UniqueId | Gets the GUID component of the global ID. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
CompareTo | Compares this object with another SyncGlobalId object. | |
Equals | Overloaded. Overridden. Determines whether two SyncGlobalId objects are equal. | |
GetBytes | Serializes the global ID value to an array of bytes. | |
GetHashCode | Overridden. Computes a hash code that is suitable for use in hashing algorithms and data structures, such as a hash table. | |
GetType | (Inherited from Object.) | |
op_Equality | Determines whether the two specified SyncGlobalId objects are equal. | |
op_GreaterThan | Determines whether idX is greater than idY. | |
op_Inequality | Determines whether the two specified SyncGlobalId objects are not equal. | |
op_LessThan | Determines whether idX is less than idY. | |
ReferenceEquals | (Inherited from Object.) | |
ToString | Overridden. Returns a string that represents the global ID. |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
Top