ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Core.Data.UtilityNetwork Namespace / AssociationFeature Class / Equals Method / Equals(Object) Method
An object to compare.
Version

Equals(Object) Method
Determines if the given object is identical to this object.
Syntax
public override bool Equals( 
   object obj
)

Parameters

obj
An object to compare.

Return Value

Returns true if objects are equal, false otherwise.
Requirements

Target Platforms: Windows 11, Windows 10

ArcGIS Pro version: 3 or higher.
See Also