Our new developer documentation is now available. Please check it out!
UserData.Contains
Warning
Version 1.1.0 is deprecated and will be removed in the future and is not being supported for new users. Please update to the latest version as soon as possible.
public virtual bool Contains(string value)
public virtual bool Contains(byte value)
Indicates whether substring occurs
Parameters
Name | Type | Description |
---|---|---|
value | String | |
value | Byte | byte |
Returns
Type | Description |
---|---|
Boolean | true if contain |
Variants
Contains(value)
public virtual bool Contains(string value)
Indicates whether substring occurs
Parameters
Name | Type | Description |
---|---|---|
value | String |
Returns
Type | Description |
---|---|
Boolean | true if contain |
Contains(value)
public virtual bool Contains(byte value)
Indicates whether element occurs
Parameters
Name | Type | Description |
---|---|---|
value | Byte | byte |
Returns
Type | Description |
---|---|
Boolean | true if contain |