ComponentOne FlexReport for WinForms
Equals Method (OutputRange)

C1.Win.C1Document.4 Assembly > C1.Win.C1Document Namespace > OutputRange Class : Equals Method
The object to compare with the current object.
Determines whether the specified object is equal to the current object.
Syntax
'Declaration
 
Public Overrides Function Equals( _
   ByVal obj As System.Object _
) As System.Boolean
public override System.bool Equals( 
   System.object obj
)

Parameters

obj
The object to compare with the current object.

Return Value

true if the specified object is equal to the current object; otherwise, false.
See Also

Reference

OutputRange Class
OutputRange Members