예제 #1
0
 private bool Equals(ReferredUser other)
 {
     return(base.Equals(other) && InstallationDate.Equals(other.InstallationDate) && string.Equals(InstallationChannel, other.InstallationChannel));
 }
 private bool Equals(ReferredUser other)
 {
     return(base.Equals(other) && InstallationDate.Equals(other.InstallationDate) && string.Equals(InstallationChannel, other.InstallationChannel) && string.Equals(InstallPlatform, other.InstallPlatform) && Reinstall == other.Reinstall && InstallSuspicious == other.InstallSuspicious);
 }