示例#1
0
 public bool Equals(Key other) =>
 GrpcAdapter.Equals(other.GrpcAdapter) && Endpoint.Equals(other.Endpoint) && Options.Equals(other.Options);
 public bool Equals(Key other) =>
 Endpoint.Equals(other.Endpoint) &&
 Options.Equals(other.Options) &&
 Config.Equals(other.Config) &&
 GrpcAdapter.Equals(other.GrpcAdapter);