DXVcs2Git.Core.User.Equals C# (CSharp) 메소드

Equals() 보호된 메소드

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

Same methods

User::Equals ( object obj ) : bool