C# Class PowerAssert.Hints.EnumerableEqualsHint

This hint triggers when you've compared two enumerables with object.Equals(object) but theyy would have compared equal if you had used Enumerable.SequenceEqual{TSource}(System.Collections.Generic.IEnumerable{TSource},System.Collections.Generic.IEnumerable{TSource}).
Inheritance: IHint
Exibir arquivo Open project: PowerAssert/PowerAssert.Net

Public Methods

Method Description
TryGetHint ( ExpressionParser parser, Expression expression, string &hint ) : bool

Method Details

TryGetHint() public method

public TryGetHint ( ExpressionParser parser, Expression expression, string &hint ) : bool
parser PowerAssert.Infrastructure.ExpressionParser
expression System.Linq.Expressions.Expression
hint string
return bool