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 |
public virtual IEnumerable<int> PatternAt(byte[] pattern)
Indicates whether two sequence are equal
Name | Type | Description |
---|---|---|
pattern | Byte[] | byte sequence |
Type | Description |
---|---|
IEnumerable<Int32> | true if contain |