|   | StringSearchSearch Method  | 
 
            Searches through the added strings.
            Performes a case-insensitive comparison on each.
            Returns true if searchString is found in just one of the added strings.
            
 
    Namespace: 
   Omada.OE.Model
    Assembly:
   Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntaxpublic bool Search(
	string searchString
)
Parameters
- searchString
 - Type: SystemString
 
Return Value
Type: 
Boolean
See Also