Spread Silverlight Documentation
Inequality Operator (GcRect)


The first rectangle to compare.
The second rectangle to compare.
Compares two rectangles for exact inequality.
Syntax
'Declaration
 
Public Operator <>( _
   ByVal rect1 As GcRect, _
   ByVal rect2 As GcRect _
) As System.Boolean
'Usage
 
public System.bool operator !=( 
   GcRect rect1,
   GcRect rect2
)

Parameters

rect1
The first rectangle to compare.
rect2
The second rectangle to compare.

Return Value

true if the rectangles have the different location and size; otherwise, false.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

GcRect Structure
GcRect Members

 

 


Copyright © GrapeCity, inc. All rights reserved.