Check to see if the content passes the filter


Namespace: Benchmarx.Munja
Assembly: Munja (in Munja.dll)

Syntax

Visual Basic (Declaration)
Public Function ContentPassesFilter( _ 
   ByVal content As Stream _ 
) As Boolean
C#
public bool ContentPassesFilter(
   Stream content
)
C++
public:
 bool ContentPassesFilter(
   Stream content
) sealed 
J#
public bool ContentPassesFilter(
   Stream content
)
JScript
public  function ContentPassesFilter(
   content : Stream
) : bool

Parameters

content
Stream to access content

Return Value

true if the content passes the filter, false if it does not

See Also