File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
projects/client/RabbitMQ.Client/src/client/impl Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -54,14 +54,14 @@ public RecordedBinding(AutorecoveringModel model) : base(model)
54
54
public string RoutingKey { get ; protected set ; }
55
55
public string Source { get ; protected set ; }
56
56
57
- public bool Equals ( RecordedBinding other )
58
- {
57
+ public bool Equals ( RecordedBinding other )
58
+ {
59
59
return other != null &&
60
- ( Source . Equals ( other . Source ) ) &&
61
- ( Destination . Equals ( other . Destination ) ) &&
62
- ( RoutingKey . Equals ( other . RoutingKey ) ) &&
63
- ( Arguments == other . Arguments ) ;
64
- }
60
+ ( Source . Equals ( other . Source ) ) &&
61
+ ( Destination . Equals ( other . Destination ) ) &&
62
+ ( RoutingKey . Equals ( other . RoutingKey ) ) &&
63
+ ( Arguments == other . Arguments ) ;
64
+ }
65
65
66
66
public override bool Equals ( object obj )
67
67
{
You can’t perform that action at this time.
0 commit comments