Our new developer documentation is now available. Please check it out!
UserData.PatternAt
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 IEnumerable<int> PatternAt(byte[] pattern)
Indicates whether two sequence are equal
Parameters
Name | Type | Description |
---|---|---|
pattern | Byte[] | byte sequence |
Returns
Type | Description |
---|---|
IEnumerable<Int32> | true if contain |