GrapeCity MultiRow Windows Forms Documentation
Equality Operator (PageBreakLines)


The PageBreakLines that is to the left of the equality operator.
The PageBreakLines that is to the right of the equality operator.
Determines whether two specified PageBreakLines are equivalent.
Syntax
Public Operator =( _
   ByVal left As PageBreakLines, _
   ByVal right As PageBreakLines _
) As Boolean

            
public bool operator ==( 
   PageBreakLines left,
   PageBreakLines right
)

Parameters

left
The PageBreakLines that is to the left of the equality operator.
right
The PageBreakLines that is to the right of the equality operator.

Return Value

true if the two PageBreakLines are equal; otherwise,false.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PageBreakLines Structure
PageBreakLines Members

 

 


Copyright © GrapeCity, inc. All rights reserved.