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

Equals() public method

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

Same methods

Guid::Equals ( object obj ) : bool