TSM..::..GetHash Method
Overload List
| Name | Description | |
|---|---|---|
| 
                         | 
                      GetHash()()()() | 
                         
   Calculates a hash integer that defines a unique hash for the message
   Only LVL, ENG, the Originator and the First parameter of the TXT will be taken in account.
   BEWARE: there are rare occasions where two messages are considered equal although they are not. Your code should be fault tolerant to these conditions
    
                       | 
                    
| 
                         | 
                      GetHash(String) | 
                         
   Calculates a hash integer that defines a unique hash for the message
   Only LVL, ENG, the Originator, OWN and the First parameter of the TXT will be taken in account.
   BEWARE: there are rare occasions where two messages are considered equal although they are not. Your code should be fault tolerant to these conditions
   The Salt can be use to add a random or other string-source to the Hash
    
                       |