DbExpressions.DbExpression.GetHashCode C# (CSharp) Méthode

GetHashCode() public méthode

Serves as a hash function for a particular type.
public GetHashCode ( ) : int
Résultat int
        public override int GetHashCode()
        {
            return ToString().GetHashCode();
        }