| EqualOpPredicateProducers Methods | 
| Name | Description | |
|---|---|---|
| Equal(IEntityFieldCore, IEntityFieldCore) | 
            Creates an equality comparison predicate between the two fields specified.
              | |
| Equal(IEntityFieldCore, IExpression) | 
            Creates an equality comparison predicate between the field and the expression specified.
              | |
| Equal(IEntityFieldCore, Object) | 
            Creates an equality comparison predicate between the expression and the value specified. If the value is null or DBNull.Value a null comparison predicate is created
              | |
| Equal(IExpression, IEntityFieldCore) | 
            Creates an equality comparison predicate between the expression and the field specified.
              | |
| Equal(IExpression, IExpression) | 
            Creates an equality comparison predicate between the two expressions specified.
              | |
| Equal(IExpression, Object) | 
            Creates an equality comparison predicate between the expression and the value specified. If the value is null or DBNull.Value a null comparison predicate is created
              |