ArcFM Solution Developer Guide
Equals(Object) Method


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

Parameters

o
The object to compare to the current rectangle.

Return Value

true if o is a System.Windows.Rect and 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