protected bool Equals(DeviceScanRequestJSON other) { return(string.Equals(_i, other._i) && string.Equals(_d, other._d) && string.Equals(_a, other._a)); }
protected bool Equals(DeviceScanRequestJSON other) { return string.Equals(_i, other._i) && string.Equals(_d, other._d) && string.Equals(_a, other._a); }