MaCRoGS.Communications.SerialTransportAddress.GetHashCode C# (CSharp) Method

GetHashCode() public method

Gets a no unique identifier
public GetHashCode ( ) : int
return int
        public override int GetHashCode()
        {
            return serialport.GetHashCode() + transportMode.GetHashCode();
        }