AriDEVParser.Util.Guid.HasEntry C# (CSharp) 메소드

HasEntry() 공개 메소드

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

            return true;
        }