The label for which to check.
Determines whether the collection contains the specified label.
[Visual Basic]
Public Function Contains( _
ByVal value As String _
) As Boolean
[C#]
public bool Contains(
string value
);
The label for which to check.
True if the collection contains the parameter given; otherwise False.
LabelsCollection Class | LabelsCollection Members
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.