示例#1
0
 protected bool Equals(PinnedRepository other)
 {
     return string.Equals(Owner, other.Owner) && string.Equals(Slug, other.Slug);
 }