ArcFM Server Developer Guide
Equals(PositionModel) Method


The rectangle to compare to the current rectangle.
Indicates whether the specified rectangle is equal to the current rectangle.
Syntax
'Declaration
 
Public Overloads Function Equals( _
   ByVal other As PositionModel _
) As Boolean
'Usage
 
Dim instance As PositionModel
Dim other As PositionModel
Dim value As Boolean
 
value = instance.Equals(other)
public bool Equals( 
   PositionModel other
)

Parameters

other
The rectangle to compare to the current rectangle.

Return Value

true if the specified rectangle has the same System.Windows.Rect.Location and System.Windows.Rect.Size values as the current rectangle; 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