DVTk API
Evaluate Method (t1, t2)
DVTkDvtkHighLevelInterface.Common.OtherGenericBooleanExpression<(Of <(T1, TCollection1, T2, TCollection2>)>)Evaluate(T1, T2)
DVTk API

[This is preliminary documentation and is subject to change.]

Evaluate this boolean expression with the supplied instance.
Declaration Syntax
C#Visual BasicVisual 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
Parameters
t1 (T1)
t2 (T2)
Return Value
The boolean this boolean expression evaluates to.

Assembly: DvtkHighLevelInterface (Module: DvtkHighLevelInterface) Version: 0.0.0.0