OPC Labs Base Library
IsSubsetOf Method
OpcLabs_BaseLib ActiveX DLL > StringSet Collection : IsSubsetOf Method

Description
Determines whether a set is a subset of the specified set.

 

DISPID (Dispatch ID):

 

For more information, see IsSubsetOf in .NET Reference.

Syntax
Visual Basic
Public Function IsSubsetOf( _
   ByVal other As Variant _
) As Boolean
Parameters
other

Return Type

See IsSubsetOf in .NET Reference.

Remarks

For remarks, see IsSubsetOf in .NET Reference.

Example

For examples, see IsSubsetOf in .NET Reference.

See Also

StringSet Collection  | StringSet Members