GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoGroup Class / IndexOf Method
In This Topic
    IndexOf Method
    In This Topic
    Provide a GoObject-specific implementation of IndexOf.
    Syntax
    public virtual int IndexOf( 
       GoObject obj
    )

    Parameters

    obj

    Return Value

    the non-negative position in the array, or -1 if not present
    See Also