Example #1
0
 public bool Equals(BusinessKey other)
 {
     if (other == null)
     {
         return(false);
     }
     return(ClientId.Equals(other.ClientId) && SigningKey.Equals(other.SigningKey));
 }
 public GoogleGeocoder(BusinessKey businessKey)
 {
     BusinessKey = businessKey;
 }