Operador Equality
Tests the equality between two expressions.
Lista de sobrecargas
Nome | Descrição | |
---|---|---|
Equality(String, ReportExpression< (Of < <' (T> ) > > )) | Tests the equality between an expression and a ReportExpression<(Of <(<'T>)>)> object. | |
Equality(T, ReportExpression< (Of < <' (T> ) > > )) | Tests the equality between an object and a ReportExpression<(Of <(<'T>)>)> object. | |
Equality(ReportExpression< (Of < <' (T> ) > > ), ReportExpression< (Of < <' (T> ) > > )) | Tests the equality between two ReportExpression<(Of <(<'T>)>)> objects. | |
Equality(ReportExpression< (Of < <' (T> ) > > ), String) | Tests the equality between an expression and a ReportExpression<(Of <(<'T>)>)> object. | |
Equality(ReportExpression< (Of < <' (T> ) > > ), T) | Tests the equality between an object and a ReportExpression<(Of <(<'T>)>)> object. |
Início