public int CompareTo(Base64 other) { return(Cmp.Values(this, other).Check(x => x._text)); }
public int CompareTo(TypeName other) => Cmp.Values(this, other).Check(x => x._value);
public int CompareTo(AreaTypeName other) => Cmp.Values(this, other).Check(x => x._name);
public int CompareTo(RuntimeRegionKey other) { return(Cmp.Values(this, other).Check(x => x._name)); }
public int CompareTo(MapTypeKey other) => Cmp.Values(this, other).Check(x => x.Area).Check(x => x.Name);
public int CompareTo(Base64 other) => Cmp.Values(this, other).Check(x => x._text);
public int CompareTo(FlowKey other) => Cmp.Values(this, other).Check(x => x.Type).Check(x => x.Id);
public int CompareTo(FlowKey other) { return(Cmp.Values(this, other).Check(x => x.Type).Check(x => x.Id)); }
public int CompareTo(HttpLink other) { return(Cmp.Values(this, other).Check(x => x.Host).Check(x => x.Resource)); }
public int CompareTo(Sha1 other) { return(Cmp.Values(this, other).Check(x => x._hex)); }
public int CompareTo(HttpAuthorization other) { return(Cmp.Values(this, other).Check(x => x.Type).Check(x => x.Credentials)); }
public int CompareTo(TimelinePosition other) => Cmp.Values(this, other).Check(x => x._point);
public int CompareTo(Sha1 other) => Cmp.Values(this, other).Check(x => x._hex);
public int CompareTo(DurablePrefix other) => Cmp.Values(this, other).Check(x => x._value);
public int CompareTo(RuntimeTypeKey other) { return(Cmp.Values(this, other).Check(x => x.Region).Check(x => x.Name)); }
public int CompareTo(DurableTypeKey other) => Cmp.Values(this, other).Check(x => x.Prefix).Check(x => x.Name);