ArcFM Responder Mobile Developer Guide
IsEqual Property (MMStoredDisplayClass)






Syntax
'Declaration
 
Public Overridable ReadOnly Property IsEqual( _
   ByVal otherRow As ESRI.ArcGIS.Geodatabase.IRow _
) As System.Boolean
'Usage
 
Dim instance As MMStoredDisplayClass
Dim otherRow As ESRI.ArcGIS.Geodatabase.IRow
Dim value As System.Boolean
 
value = instance.IsEqual(otherRow)
public virtual System.bool IsEqual( 
   ESRI.ArcGIS.Geodatabase.IRow otherRow
) {get;}
public read-only property IsEqual( 
    otherRow: ESRI.ArcGIS.Geodatabase.IRow
): System.Boolean; virtual; 
public function get IsEqual( 
   otherRow : ESRI.ArcGIS.Geodatabase.IRow
) : System.boolean
public: __property virtual System.bool get_IsEqual( 
   ESRI.ArcGIS.Geodatabase.IRow* otherRow
);
public:
virtual property System.bool IsEqual {
   System.bool get(ESRI.ArcGIS.Geodatabase.IRow^ otherRow);
}

Parameters

otherRow
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MMStoredDisplayClass Class
MMStoredDisplayClass Members

Send Feedback