Contains |
Scroll |
Checks if the array contains the specified integer.
Namespace: Therefore.API
Visual Basic Public Overridable Function Contains ( _ nValue As Integer _ ) As Boolean C# public virtual bool Contains ( int nValue ) ParametersnValue Value to check.
Return Value
|