forwardIFieldSet Methods   Table of ContentGetBoolean Method forward
IFieldSet.Contains Method
Returns true if field present in fieldset and has not null value.

Namespace:  OnixS.SimpleBinaryEncoding
Assembly:  OnixS.SimpleBinaryEncoding-net-4.7 (in OnixS.SimpleBinaryEncoding-net-4.7.dll) Version: 2.3.1.0 (2.3.1.0)
Syntax
C#
bool Contains(
	int tag
)

Parameters

tag
Type: System.Int32
Field tag.

Return Value

Type: Boolean
True if field present in fieldset and has not null value, false otherwise
See Also