Operatore ReportExpression<T>.Equality
Include i membri protetti
Include i membri ereditati
Tests the equality between two expressions.
Questo membro è sottoposto a overload. Per informazioni complete su questo membro, inclusi sintassi, utilizzo ed esempi, fare clic su un nome nell'elenco di overload.
Elenco degli overload
Nome | Descrizione | |
---|---|---|
Equality(String, ReportExpression<T>) | Tests the equality between an expression and a ReportExpression<T> object. | |
Equality(T, ReportExpression<T>) | Tests the equality between an object and a ReportExpression<T> object. | |
Equality(ReportExpression<T>, ReportExpression<T>) | Tests the equality between two ReportExpression<T> objects. | |
Equality(ReportExpression<T>, String) | Tests the equality between an expression and a ReportExpression<T> object. | |
Equality(ReportExpression<T>, T) | Tests the equality between an object and a ReportExpression<T> object. |
In alto