Click or drag to resize

GuidIdentifier Class

[Missing <summary> documentation for "T:Sportradar.SDK.Common.Interfaces.GuidIdentifier"]

Inheritance Hierarchy
SystemObject
  SystemValueType
    Sportradar.SDK.Common.InterfacesGuidIdentifier

Namespace: Sportradar.SDK.Common.Interfaces
Assembly: Common (in Common.dll) Version: 2.28.0.0
Syntax
C#
public sealed class GuidIdentifier : ValueType, 
	IMessageIdentifier, IEquatable<GuidIdentifier>

The GuidIdentifier type exposes the following members.

Properties
 NameDescription
Public propertyGuid 
Top
Methods
 NameDescription
Public methodEquals(GuidIdentifier) 
Public methodEquals(Object)
(Overrides ValueTypeEquals(Object))
Public methodGetHashCode
(Overrides ValueTypeGetHashCode)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToString
(Overrides ValueTypeToString)
Top
See Also