GrapeCity MultiRow Windows Forms Documentation
Inequality Operator (PageBreakLines)


The PageBreakLines that is to the left of the inequality operator.
The PageBreakLines that is to the right of the inequality operator.
Determines whether two specified PageBreakLines are different.
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 inequality operator.
right
The PageBreakLines that is to the right of the inequality operator.

Return Value

true if the two PageBreakLines are different; 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.