Implemented interface member:
1 reference to Equals
BuildBoss (1)
ProjectKey.cs (1)
30
public override bool Equals(object obj) => obj is ProjectKey &&
Equals
((ProjectKey)obj);