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());
    }