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

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

public GetHashCode ( ) : int
Результат int
        public override int GetHashCode()
        {
            return this.Name.GetHashCode() ^ this.PropertyType.ToString().GetHashCode();
        }