ArcFM Responder Mobile Developer Guide
IsIdentical Method (MMFieldManagerClass)






Syntax
'Declaration
 
Public Overridable Function IsIdentical( _
   ByVal other As ESRI.ArcGIS.esriSystem.IClone _
) As System.Boolean
'Usage
 
Dim instance As MMFieldManagerClass
Dim other As ESRI.ArcGIS.esriSystem.IClone
Dim value As System.Boolean
 
value = instance.IsIdentical(other)
public virtual System.bool IsIdentical( 
   ESRI.ArcGIS.esriSystem.IClone other
)
public function IsIdentical( 
    other: ESRI.ArcGIS.esriSystem.IClone
): System.Boolean; virtual; 
public function IsIdentical( 
   other : ESRI.ArcGIS.esriSystem.IClone
) : System.boolean;
public: virtual System.bool IsIdentical( 
   ESRI.ArcGIS.esriSystem.IClone* other
) 
public:
virtual System.bool IsIdentical( 
   ESRI.ArcGIS.esriSystem.IClone^ other
) 

Parameters

other
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

MMFieldManagerClass Class
MMFieldManagerClass Members

Send Feedback