Shaolinq.Persistence.Linq.Expressions.SqlColumnExpression.GetHashCode C# (CSharp) Méthode

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int
		public override int GetHashCode()
		{
			return (this.SelectAlias?.GetHashCode() ?? 0) ^ (this.Name?.GetHashCode() ?? 0);
		}