ArcFM Solution Developer Guide
Equals(PositionModel,PositionModel) Method


The first rectangle to compare.
The second rectangle to compare.
Indicates whether the specified rectangles are equal.
Syntax
'Declaration
 
Public Overloads Shared Function Equals( _
   ByVal pos1 As PositionModel, _
   ByVal pos2 As PositionModel _
) As System.Boolean
'Usage
 
Dim pos1 As PositionModel
Dim pos2 As PositionModel
Dim value As System.Boolean
 
value = PositionModel.Equals(pos1, pos2)
public static System.bool Equals( 
   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
Overload List

 

 


Send Comment