Carrotware.CMS.Core.SiteNav.GetHashCode C# (CSharp) Метод

GetHashCode() публичный Метод

public GetHashCode ( ) : int
Результат int
        public override int GetHashCode()
        {
            return this.ContentID.GetHashCode() ^ this.SiteID.GetHashCode() ^ this.Root_ContentID.GetHashCode();
        }