Click or drag to resize

StringMatchCONTAINS Field

An instance of StringMatch representing the following condition: string1.indexOf(string2) != -1.

Namespace:  Sfs2X.Entities.Match
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public static readonly StringMatch CONTAINS

Field Value

Type: StringMatch
See Also