Ejemplo n.º 1
0
 public bool Equals(Key other) =>
 GrpcAdapter.Equals(other.GrpcAdapter) && Endpoint.Equals(other.Endpoint) && Options.Equals(other.Options);
Ejemplo n.º 2
0
 public bool Equals(Key other) =>
 Endpoint.Equals(other.Endpoint) &&
 Options.Equals(other.Options) &&
 Config.Equals(other.Config) &&
 GrpcAdapter.Equals(other.GrpcAdapter);