Retrieves a value that indicates whether the codec recognizes the pattern within a specified stream.
'Declaration
Public Function MatchesPattern( _
ByVal As IStream _
) As System.Boolean
public System.bool MatchesPattern(
IStream
)
Parameters
- stream
- The stream to pattern match within.
Return Value
true
if the patterns match; otherwise, false
.