ActiveReports 12
Match Method (LayoutManagerAttribute)

GrapeCity.ActiveReports.Extensibility.v12 Assembly > GrapeCity.ActiveReports.Extensibility.Layout Namespace > LayoutManagerAttribute 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 Function Match( _
   ByVal obj As Object _
) As Boolean
public 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

LayoutManagerAttribute Class
LayoutManagerAttribute Members