ActiveReports 12
Equals Method (LayoutManagerAttribute)

GrapeCity.ActiveReports.Extensibility.v12 Assembly > GrapeCity.ActiveReports.Extensibility.Layout Namespace > LayoutManagerAttribute Class : Equals Method
An System.Object to compare with this instance or null.
Returns a value that indicates whether this instance is equal to a specified object.
Syntax
'Declaration
 
Public Function Equals( _
   ByVal obj As Object _
) As Boolean
public bool Equals( 
   object obj
)

Parameters

obj
An System.Object to compare with this instance or null.

Return Value

true if obj equals the type and value of this instance; otherwise, false.
See Also

Reference

LayoutManagerAttribute Class
LayoutManagerAttribute Members