Share via


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
Public method SyncGlobalId Overloaded. Initializes a new instance of the SyncGlobalId class.

Top

Public Properties

  Name Description
Public property Prefix Gets the prefix component of the global ID.
Public property UniqueId Gets the GUID component of the global ID.

Top

Public Methods

(see also Protected Methods )

  Name Description
Public method CompareTo Compares this object with another SyncGlobalId object.
Public method Equals Overloaded. Overridden. Determines whether two SyncGlobalId objects are equal.
Public method GetBytes Serializes the global ID value to an array of bytes.
Public method GetHashCode Overridden. Computes a hash code that is suitable for use in hashing algorithms and data structures, such as a hash table.
Public method GetType  (Inherited from Object.)
Public method Static op_Equality Determines whether the two specified SyncGlobalId objects are equal.
Public method Static op_GreaterThan Determines whether idX is greater than idY.
Public method Static op_Inequality Determines whether the two specified SyncGlobalId objects are not equal.
Public method Static op_LessThan Determines whether idX is less than idY.
Public method Static ReferenceEquals  (Inherited from Object.)
Public method ToString Overridden. Returns a string that represents the global ID.

Top

Protected Methods

  Name Description
Protected method Finalize  (Inherited from Object.)
Protected method MemberwiseClone  (Inherited from Object.)

Top

See Also

Reference

SyncGlobalId Class
Microsoft.Synchronization Namespace