ActiveReports 12
Equals Method (DocumentRendererAttribute)

GrapeCity.ActiveReports.Viewer.Wpf.v12 Assembly > GrapeCity.Viewer.Common Namespace > DocumentRendererAttribute 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 Overridable Function Equals( _
   ByVal obj As Object _
) As Boolean
public virtual 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

DocumentRendererAttribute Class
DocumentRendererAttribute Members