AriDEVParser.Util.Guid.HasEntry C# (CSharp) Method

HasEntry() public method

public HasEntry ( ) : bool
return bool
        public bool HasEntry()
        {
            switch (GetHighType())
            {
                case HighGuidType.NoEntry1:
                case HighGuidType.NoEntry2:
                {
                    return false;
                }
            }

            return true;
        }