Beispiel #1
0
 public bool Equals(FuncTableKey other) => Equality.CombineAll(this.Columns, other?.Columns);
 public bool Equals(RelationIdentity other) => Equality.CombineAll(this.Heading, other?.Heading);
Beispiel #3
0
 public bool Equals(ITuple other) => Equality.CombineAll(this, other);
Beispiel #4
0
 public bool Equals(CompositeKey other) => Equality.CombineAll(this.components, other?.components);
Beispiel #5
0
 public bool Equals(CommandCacheKey other) => Equality.CombineAll(this.Columns, other?.Columns);
 public bool Equals(IRelationHeader other) => Equality.CombineAll(this.Attributes, other?.Attributes);
Beispiel #7
0
 public bool Equals(TableIdentity other) => Equality.CombineAll(this.Columns, other?.Columns);