LibiadaCore.Core.SimpleTypes.ValueString.GetHashCode C# (CSharp) Méthode

GetHashCode() public méthode

The get hash code.
public GetHashCode ( ) : int
Résultat int
        public override int GetHashCode()
        {
            return Value != null ? Value.GetHashCode() : 0;
        }