Implements IndexOf(Object).
    Namespace: 
   PerpetuumSoft.Instrumentation.StylesAssembly: PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1
Syntax
| C# | 
|---|
public int IndexOf( Style value )  | 
| Visual Basic (Declaration) | 
|---|
Public Function IndexOf ( _ value As Style _ ) As Integer  | 
| Visual C++ | 
|---|
public: int IndexOf( Style^ value )  |