Beispiel #1
0
 public bool Equals(MessageBinding other)
 => MessageTypeId == other.MessageTypeId && RoutingKey.Equals(other.RoutingKey);