Exemple #1
0
 public int CompareTo(Base64 other)
 {
     return(Cmp.Values(this, other).Check(x => x._text));
 }
Exemple #2
0
 public int CompareTo(TypeName other) =>
 Cmp.Values(this, other).Check(x => x._value);
Exemple #3
0
 public int CompareTo(AreaTypeName other) =>
 Cmp.Values(this, other).Check(x => x._name);
Exemple #4
0
 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);
Exemple #6
0
 public int CompareTo(Base64 other) =>
 Cmp.Values(this, other).Check(x => x._text);
Exemple #7
0
 public int CompareTo(FlowKey other) =>
 Cmp.Values(this, other).Check(x => x.Type).Check(x => x.Id);
Exemple #8
0
 public int CompareTo(FlowKey other)
 {
     return(Cmp.Values(this, other).Check(x => x.Type).Check(x => x.Id));
 }
Exemple #9
0
 public int CompareTo(HttpLink other)
 {
     return(Cmp.Values(this, other).Check(x => x.Host).Check(x => x.Resource));
 }
Exemple #10
0
 public int CompareTo(Sha1 other)
 {
     return(Cmp.Values(this, other).Check(x => x._hex));
 }
Exemple #11
0
 public int CompareTo(HttpAuthorization other)
 {
     return(Cmp.Values(this, other).Check(x => x.Type).Check(x => x.Credentials));
 }
Exemple #12
0
 public int CompareTo(TimelinePosition other) =>
 Cmp.Values(this, other).Check(x => x._point);
Exemple #13
0
 public int CompareTo(Sha1 other) =>
 Cmp.Values(this, other).Check(x => x._hex);
Exemple #14
0
 public int CompareTo(DurablePrefix other) =>
 Cmp.Values(this, other).Check(x => x._value);
Exemple #15
0
 public int CompareTo(RuntimeTypeKey other)
 {
     return(Cmp.Values(this, other).Check(x => x.Region).Check(x => x.Name));
 }
Exemple #16
0
 public int CompareTo(DurableTypeKey other) =>
 Cmp.Values(this, other).Check(x => x.Prefix).Check(x => x.Name);