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

Equals() 공개 메소드

public Equals ( Guid other ) : bool
other Guid
리턴 bool
        public bool Equals(Guid other)
        {
            return other.Full == Full;
        }

Same methods

Guid::Equals ( object obj ) : bool