Exemplo n.º 1
0
 public int CompareTo(Base64 other)
 {
     return(Cmp.Values(this, other).Check(x => x._text));
 }
Exemplo n.º 2
0
 public int CompareTo(TypeName other) =>
 Cmp.Values(this, other).Check(x => x._value);
Exemplo n.º 3
0
 public int CompareTo(AreaTypeName other) =>
 Cmp.Values(this, other).Check(x => x._name);
Exemplo n.º 4
0
 public int CompareTo(RuntimeRegionKey other)
 {
     return(Cmp.Values(this, other).Check(x => x._name));
 }
Exemplo n.º 5
0
 public int CompareTo(MapTypeKey other) =>
 Cmp.Values(this, other).Check(x => x.Area).Check(x => x.Name);
Exemplo n.º 6
0
 public int CompareTo(Base64 other) =>
 Cmp.Values(this, other).Check(x => x._text);
Exemplo n.º 7
0
 public int CompareTo(FlowKey other) =>
 Cmp.Values(this, other).Check(x => x.Type).Check(x => x.Id);
Exemplo n.º 8
0
 public int CompareTo(FlowKey other)
 {
     return(Cmp.Values(this, other).Check(x => x.Type).Check(x => x.Id));
 }
Exemplo n.º 9
0
 public int CompareTo(HttpLink other)
 {
     return(Cmp.Values(this, other).Check(x => x.Host).Check(x => x.Resource));
 }
Exemplo n.º 10
0
 public int CompareTo(Sha1 other)
 {
     return(Cmp.Values(this, other).Check(x => x._hex));
 }
Exemplo n.º 11
0
 public int CompareTo(HttpAuthorization other)
 {
     return(Cmp.Values(this, other).Check(x => x.Type).Check(x => x.Credentials));
 }
Exemplo n.º 12
0
 public int CompareTo(TimelinePosition other) =>
 Cmp.Values(this, other).Check(x => x._point);
Exemplo n.º 13
0
 public int CompareTo(Sha1 other) =>
 Cmp.Values(this, other).Check(x => x._hex);
Exemplo n.º 14
0
 public int CompareTo(DurablePrefix other) =>
 Cmp.Values(this, other).Check(x => x._value);
Exemplo n.º 15
0
 public int CompareTo(RuntimeTypeKey other)
 {
     return(Cmp.Values(this, other).Check(x => x.Region).Check(x => x.Name));
 }
Exemplo n.º 16
0
 public int CompareTo(DurableTypeKey other) =>
 Cmp.Values(this, other).Check(x => x.Prefix).Check(x => x.Name);