Skip to content

Commit

Permalink
fix: try fix DomainInfo matchCount method
Browse files Browse the repository at this point in the history
  • Loading branch information
nidbCN committed Jan 23, 2025
1 parent fbf91cc commit 7f56291
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions AliCdnSSLWorker/Models/DomainInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,4 @@ public override bool Equals(object? obj)

public override int GetHashCode()
=> Parts.GetHashCode();

protected bool Equals(DomainInfo other)
=> Parts.Equals(other.Parts);
}

0 comments on commit 7f56291

Please sign in to comment.