Chinchilla.Api.User.Equals C# (CSharp) Méthode

Equals() protected méthode

protected Equals ( User other ) : bool
other User
Résultat bool
        protected bool Equals(User other)
        {
            return string.Equals(Name, other.Name);
        }

Same methods

User::Equals ( object obj ) : bool