GroupComparer
public class GroupComparer : IEqualityComparer<group>
{
public bool Equals(group x, group y)
{
return x.distinguishedname.ToString()==y.distinguishedname.ToString();
}
public int GetHashCode(group gr)
{
throw new NotImplementedException();
}
}
Written by Komov Vladimir
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#C#
Authors
Related Tags
#c#
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#