[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( T t )
Public MustOverride Function Evaluate ( _ t As T _ ) As Boolean
public: virtual bool Evaluate( T t ) abstract
- t (T)
- The instance this boolean expression operates on.
The boolean this boolean expression evaluates to.