ArcFM Desktop Developer Guide
AutoStructureRelate.ObjectClassEqualityComparer Class
Members 


Product Availability
Required Licenses
.NET Assembly
An equality comparer so an IObjectClass reference can be used as the key in a dictionary or hashset.
Object Model
AutoStructureRelate.ObjectClassEqualityComparer Class
Syntax
'Declaration
 
Public Class AutoStructureRelate.ObjectClassEqualityComparer 
   Inherits System.Collections.Generic.EqualityComparer(Of IObjectClass)
public class AutoStructureRelate.ObjectClassEqualityComparer : System.Collections.Generic.EqualityComparer<IObjectClass> 
Remarks
Caution: this equality comparer simply determines IObjectClass equality by comparing the object class id (OCID/FCID). Of course, a FCID is only unique within a workspace (not between workspaces), so this is not a general-purpose comparer... which is why it's a nested class.
Inheritance Hierarchy

System.Object
   System.Collections.Generic.EqualityComparer<T>
      Miner.Geodatabase.AutoUpdaters.AutoStructureRelate.ObjectClassEqualityComparer

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

AutoStructureRelate.ObjectClassEqualityComparer Members
Miner.Geodatabase.AutoUpdaters Namespace

 

 


Send Comment