Click or drag to resize

StringSetBlobContains Method

Returns true if the specified String is contained into the collection.

Namespace:  Com.Datalogic.Decode
Assembly:  datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
VB
public virtual bool Contains (string str);

Parameters

str
Type: System.String
: to be checked.

Return Value

Type: System.Boolean
boolean true if the string is in this collection, otherwise false.

Remarks
Returns true if the specified String is contained into the collection.

[Android Documentation]

See Also

Reference