Skip to content

Commit 3e2f139

Browse files
Add Identifier member
1 parent a83cc0a commit 3e2f139

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CSync/Lib/SyncedEntryDelta.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,10 @@ public override int GetHashCode()
5151
{
5252
return HashCode.Combine(Definition, ConfigFileRelativePath, SerializedValue);
5353
}
54+
55+
public (string ConfigFileRelativePath, SyncedConfigDefinition Definition) SyncedEntryIdentifier {
56+
get {
57+
return (ConfigFileRelativePath.Value, Definition);
58+
}
59+
}
5460
}

0 commit comments

Comments
 (0)