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