Chinchilla.Api.User.Equals C# (CSharp) Method

Equals() protected method

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

Same methods

User::Equals ( object obj ) : bool