Brunet.Services.Dht.Entry.Equals C# (CSharp) Méthode

Equals() public méthode

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