Brunet.Services.Dht.Entry.Equals C# (CSharp) Method

Equals() public method

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