Chinchilla.Api.User.Equals C# (CSharp) 메소드

Equals() 보호된 메소드

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

Same methods

User::Equals ( object obj ) : bool