Lines Matching refs:Equals
220 public override bool Equals(object other) { in Equals() method in Grpc.Testing.BoolValue
221 return Equals(other as BoolValue); in Equals()
225 public bool Equals(BoolValue other) { in Equals() method in Grpc.Testing.BoolValue
233 return Equals(_unknownFields, other._unknownFields); in Equals()
413 public override bool Equals(object other) { in Equals() method in Grpc.Testing.Payload
414 return Equals(other as Payload); in Equals()
418 public bool Equals(Payload other) { in Equals() method in Grpc.Testing.Payload
427 return Equals(_unknownFields, other._unknownFields); in Equals()
625 public override bool Equals(object other) { in Equals() method in Grpc.Testing.EchoStatus
626 return Equals(other as EchoStatus); in Equals()
630 public bool Equals(EchoStatus other) { in Equals() method in Grpc.Testing.EchoStatus
639 return Equals(_unknownFields, other._unknownFields); in Equals()
966 public override bool Equals(object other) { in Equals() method in Grpc.Testing.SimpleRequest
967 return Equals(other as SimpleRequest); in Equals()
971 public bool Equals(SimpleRequest other) { in Equals() method in Grpc.Testing.SimpleRequest
980 if (!object.Equals(Payload, other.Payload)) return false; in Equals()
983 if (!object.Equals(ResponseCompressed, other.ResponseCompressed)) return false; in Equals()
984 if (!object.Equals(ResponseStatus, other.ResponseStatus)) return false; in Equals()
985 if (!object.Equals(ExpectCompressed, other.ExpectCompressed)) return false; in Equals()
988 return Equals(_unknownFields, other._unknownFields); in Equals()
1473 public override bool Equals(object other) { in Equals() method in Grpc.Testing.SimpleResponse
1474 return Equals(other as SimpleResponse); in Equals()
1478 public bool Equals(SimpleResponse other) { in Equals() method in Grpc.Testing.SimpleResponse
1485 if (!object.Equals(Payload, other.Payload)) return false; in Equals()
1491 return Equals(_unknownFields, other._unknownFields); in Equals()
1798 public override bool Equals(object other) { in Equals() method in Grpc.Testing.StreamingInputCallRequest
1799 return Equals(other as StreamingInputCallRequest); in Equals()
1803 public bool Equals(StreamingInputCallRequest other) { in Equals() method in Grpc.Testing.StreamingInputCallRequest
1810 if (!object.Equals(Payload, other.Payload)) return false; in Equals()
1811 if (!object.Equals(ExpectCompressed, other.ExpectCompressed)) return false; in Equals()
1812 return Equals(_unknownFields, other._unknownFields); in Equals()
2018 public override bool Equals(object other) { in Equals() method in Grpc.Testing.StreamingInputCallResponse
2019 return Equals(other as StreamingInputCallResponse); in Equals()
2023 public bool Equals(StreamingInputCallResponse other) { in Equals() method in Grpc.Testing.StreamingInputCallResponse
2031 return Equals(_unknownFields, other._unknownFields); in Equals()
2230 public override bool Equals(object other) { in Equals() method in Grpc.Testing.ResponseParameters
2231 return Equals(other as ResponseParameters); in Equals()
2235 public bool Equals(ResponseParameters other) { in Equals() method in Grpc.Testing.ResponseParameters
2244 if (!object.Equals(Compressed, other.Compressed)) return false; in Equals()
2245 return Equals(_unknownFields, other._unknownFields); in Equals()
2512 public override bool Equals(object other) { in Equals() method in Grpc.Testing.StreamingOutputCallRequest
2513 return Equals(other as StreamingOutputCallRequest); in Equals()
2517 public bool Equals(StreamingOutputCallRequest other) { in Equals() method in Grpc.Testing.StreamingOutputCallRequest
2525 if(!responseParameters_.Equals(other.responseParameters_)) return false; in Equals()
2526 if (!object.Equals(Payload, other.Payload)) return false; in Equals()
2527 if (!object.Equals(ResponseStatus, other.ResponseStatus)) return false; in Equals()
2528 return Equals(_unknownFields, other._unknownFields); in Equals()
2770 public override bool Equals(object other) { in Equals() method in Grpc.Testing.StreamingOutputCallResponse
2771 return Equals(other as StreamingOutputCallResponse); in Equals()
2775 public bool Equals(StreamingOutputCallResponse other) { in Equals() method in Grpc.Testing.StreamingOutputCallResponse
2782 if (!object.Equals(Payload, other.Payload)) return false; in Equals()
2783 return Equals(_unknownFields, other._unknownFields); in Equals()
2955 public override bool Equals(object other) { in Equals() method in Grpc.Testing.ReconnectParams
2956 return Equals(other as ReconnectParams); in Equals()
2960 public bool Equals(ReconnectParams other) { in Equals() method in Grpc.Testing.ReconnectParams
2968 return Equals(_unknownFields, other._unknownFields); in Equals()
3143 public override bool Equals(object other) { in Equals() method in Grpc.Testing.ReconnectInfo
3144 return Equals(other as ReconnectInfo); in Equals()
3148 public bool Equals(ReconnectInfo other) { in Equals() method in Grpc.Testing.ReconnectInfo
3156 if(!backoffMs_.Equals(other.backoffMs_)) return false; in Equals()
3157 return Equals(_unknownFields, other._unknownFields); in Equals()
3349 public override bool Equals(object other) { in Equals() method in Grpc.Testing.LoadBalancerStatsRequest
3350 return Equals(other as LoadBalancerStatsRequest); in Equals()
3354 public bool Equals(LoadBalancerStatsRequest other) { in Equals() method in Grpc.Testing.LoadBalancerStatsRequest
3363 return Equals(_unknownFields, other._unknownFields); in Equals()
3573 public override bool Equals(object other) { in Equals() method in Grpc.Testing.LoadBalancerStatsResponse
3574 return Equals(other as LoadBalancerStatsResponse); in Equals()
3578 public bool Equals(LoadBalancerStatsResponse other) { in Equals() method in Grpc.Testing.LoadBalancerStatsResponse
3585 if (!RpcsByPeer.Equals(other.RpcsByPeer)) return false; in Equals()
3587 if (!RpcsByMethod.Equals(other.RpcsByMethod)) return false; in Equals()
3588 return Equals(_unknownFields, other._unknownFields); in Equals()
3777 public override bool Equals(object other) { in Equals() method in Grpc.Testing.LoadBalancerStatsResponse.Types.RpcsByPeer
3778 return Equals(other as RpcsByPeer); in Equals()
3782 public bool Equals(RpcsByPeer other) { in Equals() method in Grpc.Testing.LoadBalancerStatsResponse.Types.RpcsByPeer
3789 if (!RpcsByPeer_.Equals(other.RpcsByPeer_)) return false; in Equals()
3790 return Equals(_unknownFields, other._unknownFields); in Equals()
3935 public override bool Equals(object other) { in Equals() method in Grpc.Testing.LoadBalancerAccumulatedStatsRequest
3936 return Equals(other as LoadBalancerAccumulatedStatsRequest); in Equals()
3940 public bool Equals(LoadBalancerAccumulatedStatsRequest other) { in Equals() method in Grpc.Testing.LoadBalancerAccumulatedStatsRequest
3947 return Equals(_unknownFields, other._unknownFields); in Equals()
4116 public override bool Equals(object other) { in Equals() method in Grpc.Testing.LoadBalancerAccumulatedStatsResponse
4117 return Equals(other as LoadBalancerAccumulatedStatsResponse); in Equals()
4121 public bool Equals(LoadBalancerAccumulatedStatsResponse other) { in Equals() method in Grpc.Testing.LoadBalancerAccumulatedStatsResponse
4128 if (!NumRpcsStartedByMethod.Equals(other.NumRpcsStartedByMethod)) return false; in Equals()
4129 if (!NumRpcsSucceededByMethod.Equals(other.NumRpcsSucceededByMethod)) return false; in Equals()
4130 if (!NumRpcsFailedByMethod.Equals(other.NumRpcsFailedByMethod)) return false; in Equals()
4131 return Equals(_unknownFields, other._unknownFields); in Equals()
4325 public override bool Equals(object other) { in Equals() method in Grpc.Testing.ClientConfigureRequest
4326 return Equals(other as ClientConfigureRequest); in Equals()
4330 public bool Equals(ClientConfigureRequest other) { in Equals() method in Grpc.Testing.ClientConfigureRequest
4337 if(!types_.Equals(other.types_)) return false; in Equals()
4338 if(!metadata_.Equals(other.metadata_)) return false; in Equals()
4339 return Equals(_unknownFields, other._unknownFields); in Equals()
4540 public override bool Equals(object other) { in Equals() method in Grpc.Testing.ClientConfigureRequest.Types.Metadata
4541 return Equals(other as Metadata); in Equals()
4545 public bool Equals(Metadata other) { in Equals() method in Grpc.Testing.ClientConfigureRequest.Types.Metadata
4555 return Equals(_unknownFields, other._unknownFields); in Equals()
4756 public override bool Equals(object other) { in Equals() method in Grpc.Testing.ClientConfigureResponse
4757 return Equals(other as ClientConfigureResponse); in Equals()
4761 public bool Equals(ClientConfigureResponse other) { in Equals() method in Grpc.Testing.ClientConfigureResponse
4768 return Equals(_unknownFields, other._unknownFields); in Equals()