We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
y
x
1 parent 110aaff commit 80d898aCopy full SHA for 80d898a
1 file changed
src/BackupMetadata.cs
@@ -14,7 +14,7 @@ public bool Equals(BackupMetadata x, BackupMetadata y)
14
x.BackupType == y.BackupType &&
15
x.DatabaseName == y.DatabaseName &&
16
x.CheckpointLsn == y.CheckpointLsn &&
17
- x.DatabaseBackupLsn == x.DatabaseBackupLsn;
+ x.DatabaseBackupLsn == y.DatabaseBackupLsn;
18
}
19
20
public int GetHashCode(BackupMetadata obj)
0 commit comments