StoreContains(IPrimitive, Definition) Method
Namespace: SMath.MathAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
public bool Contains(
IPrimitive value,
out Definition def
)
Public Function Contains (
value As IPrimitive,
<OutAttribute> ByRef def As Definition
) As Boolean
public:
virtual bool Contains(
IPrimitive^ value,
[OutAttribute] Definition^% def
) sealed
abstract Contains :
value : IPrimitive *
def : Definition byref -> bool
override Contains :
value : IPrimitive *
def : Definition byref -> bool
- value IPrimitive
-
- def Definition
-
BooleanIEvaluationActionContextContains(IPrimitive, Definition)