[This is preliminary documentation and is subject to change.]
Evaluate this boolean expression with the supplied instance.
| C# | Visual Basic | Visual C++ |
public abstract bool Evaluate( T1 t1, T2 t2 )
Public MustOverride Function Evaluate ( _ t1 As T1, _ t2 As T2 _ ) As Boolean
public: virtual bool Evaluate( T1 t1, T2 t2 ) abstract
The boolean this boolean expression evaluates to.