Exemple #1
0
 public bool Equals(RuntimeTypeKey other)
 {
     return(Eq.Values(this, other).Check(x => x.Region).Check(x => x.Name));
 }
 public bool Equals(MapTypeKey other) =>
 Eq.Values(this, other).Check(x => x.Area).Check(x => x.Name);
Exemple #3
0
 public bool Equals(AreaTypeName other) =>
 Eq.Values(this, other).Check(x => x._name);
Exemple #4
0
 public bool Equals(FlowKey other) =>
 Eq.Values(this, other).Check(x => x.Type).Check(x => x.Id);
Exemple #5
0
 public bool Equals(HttpDomain other) =>
 Eq.Values(this, other).Check(x => x.Name);
Exemple #6
0
 public bool Equals(QueryETag other) =>
 Eq.Values(this, other).Check(x => x.Key).Check(x => x.Checkpoint);
Exemple #7
0
 public bool Equals(HttpLink other)
 {
     return(Eq.Values(this, other).Check(x => x.Host).Check(x => x.Resource));
 }
Exemple #8
0
 public bool Equals(FileLink other)
 {
     return(Eq.Values(this, other).Check(x => x.Folder).Check(x => x.Name));
 }
Exemple #9
0
 public bool Equals(HttpDomain other)
 {
     return(Eq.Values(this, other).Check(x => x.Name));
 }
Exemple #10
0
 public bool Equals(HttpResource other)
 {
     return(Eq.Values(this, other).Check(x => x.Path).Check(x => x.Query));
 }
Exemple #11
0
 public bool Equals(FolderResource other) =>
 Eq.Values(this, other).Check(x => x.Path);
Exemple #12
0
 public bool Equals(TimelinePosition other)
 {
     return(Eq.Values(this, other).Check(x => x._point));
 }
Exemple #13
0
 public bool Equals(DurablePrefix other) =>
 Eq.Values(this, other).Check(x => x._value);
Exemple #14
0
 public bool Equals(HttpLink other) =>
 Eq.Values(this, other).Check(x => x.Host).Check(x => x.Resource);
Exemple #15
0
 public bool Equals(FileName other)
 {
     return(Eq.Values(this, other).Check(x => x.Text).Check(x => x.Extension));
 }
Exemple #16
0
 public bool Equals(HttpHost other)
 {
     return(Eq.Values(this, other).Check(x => x.Secure).Check(x => x.Domain).Check(x => x.Port));
 }
Exemple #17
0
 public bool Equals(HttpQueryPair other)
 {
     return(Eq.Values(this, other).Check(x => x.Key).Check(x => x.Value));
 }
Exemple #18
0
 public bool Equals(Sha1 other) =>
 Eq.Values(this, other).Check(x => x._hex);
Exemple #19
0
 public bool Equals(FlowKey other)
 {
     return(Eq.Values(this, other).Check(x => x.Type).Check(x => x.Id));
 }
Exemple #20
0
 public bool Equals(LinkText other) =>
 Eq.Values(this, other).Check(x => x.Value);
Exemple #21
0
 public bool Equals(Base64 other) =>
 Eq.Values(this, other).Check(x => x._text);
Exemple #22
0
 public bool Equals(TimelinePosition other) =>
 Eq.Values(this, other).Check(x => x._point);
Exemple #23
0
 public bool Equals(FileResource other) =>
 Eq.Values(this, other).Check(x => x.Folder).Check(x => x.Name);
Exemple #24
0
 public bool Equals(AreaTypeInfo other) =>
 Eq.Values(this, other).Check(x => x.DeclaredType);
Exemple #25
0
 public bool Equals(RuntimeRegionKey other)
 {
     return(Eq.Values(this, other).Check(x => x._name));
 }
Exemple #26
0
 public bool Equals(Sha1 other)
 {
     return(Eq.Values(this, other).Check(x => x._hex));
 }
Exemple #27
0
 public bool Equals(TypeName other) =>
 Eq.Values(this, other).Check(x => x._value);
Exemple #28
0
 public bool Equals(HttpAuthorization other)
 {
     return(Eq.Values(this, other).Check(x => x.Type).Check(x => x.Credentials));
 }
Exemple #29
0
 public bool Equals(Base64 other)
 {
     return(Eq.Values(this, other).Check(x => x._text));
 }
Exemple #30
0
 public bool Equals(FolderLink other) =>
 Eq.Values(this, other).Check(x => x.Root).Check(x => x.Resource);