private bool Equals(AATermKey other) { return other._aa.Equals(_aa) && other._terminus.Equals(_terminus); }
private bool Equals(AATermKey other) { return(other._aa.Equals(_aa) && other._terminus.Equals(_terminus)); }