Searches for the specified StringPair item in the collection.
Namespace:
C1.Win.C1SpellAssembly: C1.Win.C1Spell.2 (in C1.Win.C1Spell.2.dll)
Syntax
C# |
---|
public int IndexOf( StringPair item ) |
Visual Basic (Declaration) |
---|
Public Function IndexOf ( _ item As StringPair _ ) As Integer |
Parameters
- item
- Type: C1.Win.C1Spell..::.StringPair
StringPair item to search.
Return Value
The index of the occurrence of the item within the collection, if found. Otherwise -1.
Remarks
String comparsions are case-insensitive.