PreProcessorHandleMethodCallEquals Method  | 
 
            Handles the call to the method Equals, in whatever type it is defined in. 
            
 
    Namespace: 
   SD.LLBLGen.Pro.LinqSupportClasses.ExpressionHandlers
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntaxprotected virtual Expression HandleMethodCallEquals(
	MethodCallExpression expressionToHandle
)
Protected Overridable Function HandleMethodCallEquals ( 
	expressionToHandle As MethodCallExpression
) As Expression
Parameters
- expressionToHandle
 - Type: System.Linq.ExpressionsMethodCallExpression
The expression to handle. 
Return Value
Type: 
Expression
See Also