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