Our new developer documentation is now available. Please check it out!
UserData.PatternAt
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 |