ActiveReports 12
Match Method (DocumentRendererAttribute)

GrapeCity.ActiveReports.Viewer.Wpf.v12 Assembly > GrapeCity.Viewer.Common Namespace > DocumentRendererAttribute Class : Match Method
An System.Object to compare with this instance of System.Attribute.
When overridden in a derived class, returns a value that indicates whether this instance equals a specified object.
Syntax
'Declaration
 
Public Overridable Function Match( _
   ByVal obj As Object _
) As Boolean
public virtual bool Match( 
   object obj
)

Parameters

obj
An System.Object to compare with this instance of System.Attribute.

Return Value

true if this instance equals obj; otherwise, false.
See Also

Reference

DocumentRendererAttribute Class
DocumentRendererAttribute Members