<PackageReference Include="Relativity.Server.Import.SDK" Version="2.9.2" />

kCura.WinEDDS.Pair

public class Pair : IComparable
namespace kCura.WinEDDS { public class Pair : IComparable { public string Value; public string Display; public Pair(string value, string display); public bool Equals(Pair other); public int CompareTo(object other); } }