NFrame.NFIDENTID.GetHashCode C# (CSharp) Méthode

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int
        public override int GetHashCode()
        {
            string str =this.ToString();
            return str.GetHashCode();
        }