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
Afficher le fichier Open project: PowerAssert/PowerAssert.Net

Méthodes publiques

Méthode Description
TryGetHint ( ExpressionParser parser, Expression expression, string &hint ) : bool

Method Details

TryGetHint() public méthode

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