Brunet.Services.Dht.Entry.Equals C# (CSharp) 메소드

Equals() 공개 메소드

Compares the hashcodes for two Entrys.
public Equals ( Object ent ) : bool
ent Object
리턴 bool
    public override bool Equals(Object ent) {
      return (this.GetHashCode() == ent.GetHashCode());
    }