Yeppp.CpuIsaFeature.GetHashCode C# (CSharp) Метод

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

Provides a hash for the object.
Non-equal CpuIsaFeature objects are guaranteed to have different hashes.
public GetHashCode ( ) : int
Результат int
        public override int GetHashCode()
        {
            return unchecked((int)(this.id ^ (this.architectureId << 16)));
        }