SyncGlobalId Class
Represents an identifier for an item that is unique throughout the synchronization community.
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
The SyncGlobalId type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | SyncGlobalId(Byte[]) | Initializes a new instance of the SyncGlobalId class by using serialized data. |
![]() | SyncGlobalId(UInt64, Guid) | Initializes a new instance of the SyncGlobalId class that contains the specified prefix and GUID. |
| Name | Description | |
|---|---|---|
![]() | CompareTo | Compares this object with another SyncGlobalId object. |
![]() | Equals(Object) | Determines whether the specified SyncGlobalId object is equal to this object. (Overrides Object.Equals(Object).) |
![]() | Equals(SyncGlobalId) | Determines whether the specified SyncGlobalId object is equal to this object. |
![]() | Finalize | (Inherited from Object.) |
![]() | GetBytes | Serializes the global ID value to an array of bytes. |
![]() | GetHashCode | Computes a hash code that is suitable for use in hashing algorithms and data structures, such as a hash table. (Overrides Object.GetHashCode().) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | Returns a string that represents the global ID. (Overrides Object.ToString().) |
| Name | Description | |
|---|---|---|
![]() ![]() | Equality | Determines whether the two specified SyncGlobalId objects are equal. |
![]() ![]() | GreaterThan | Determines whether idX is greater than idY. |
![]() ![]() | Inequality | Determines whether the two specified SyncGlobalId objects are not equal. |
![]() ![]() | LessThan | Determines whether idX is less than idY. |
Show:
