GDIDRangeComparer ClassNFX Class Library

[This is preliminary documentation and is subject to change.]

Compares GDID regardless of authority. This is useful for range checking, when authorities generating GDIDs in the same range should be disregarded. Use GDIDRangeComparer.Instance. Only relative range comparison can be made. The Equality returned by this comparer can not be relied upon for GDID comparison as it disregards authority. Equality can only be tested for range comparison.
Inheritance Hierarchy

OnlineSystem Object
  NFX.DataAccess.Distributed GDIDRangeComparer

Namespace: NFX.DataAccess.Distributed
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public class GDIDRangeComparer : IComparer<GDID>
See Also