ArcFM Solution Developer Guide
Equality Operator (PositionModel)


The first rectangle to compare.
The second rectangle to compare.
Compares two rectangles for exact equality.
Syntax
'Declaration
 
Public Operator =( _
   ByVal pos1 As PositionModel, _
   ByVal pos2 As PositionModel _
) As System.Boolean
'Usage
 
public System.bool operator ==( 
   PositionModel pos1,
   PositionModel pos2
)

Parameters

pos1
The first rectangle to compare.
pos2
The second rectangle to compare.

Return Value

true if the rectangles have the same System.Windows.Rect.Location and System.Windows.Rect.Size values; otherwise, false.
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

PositionModel Structure
PositionModel Members

 

 


Send Comment