DVTk API
BitwiseOr Operator
DVTkDvtkHighLevelInterface.Common.OtherGenericBooleanExpression<(Of <(T, TCollection>)>)BitwiseOr(GenericBooleanExpression<(Of <(T, TCollection>)>), GenericBooleanExpression<(Of <(T, TCollection>)>))
DVTk API

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

Performs the logical OR operation on the two supplied boolean expressions.
Declaration Syntax
C#Visual BasicVisual C++
public static GenericBooleanExpression<T, TCollection> operator |(
	GenericBooleanExpression<T, TCollection> booleanExpression1,
	GenericBooleanExpression<T, TCollection> booleanExpression2
)
Public Shared Operator Or ( _
	booleanExpression1 As GenericBooleanExpression(Of T, TCollection), _
	booleanExpression2 As GenericBooleanExpression(Of T, TCollection) _
) As GenericBooleanExpression(Of T, TCollection)
public:
static GenericBooleanExpression<T, TCollection>^ operator |(
	GenericBooleanExpression<T, TCollection>^ booleanExpression1, 
	GenericBooleanExpression<T, TCollection>^ booleanExpression2
)
Parameters
booleanExpression1 (GenericBooleanExpression<(Of <(T, TCollection>)>))
The first boolean expression.
booleanExpression2 (GenericBooleanExpression<(Of <(T, TCollection>)>))
The second boolean expression.
Return Value

Assembly: DvtkHighLevelInterface (Module: DvtkHighLevelInterface) Version: 0.0.0.0