ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Core.CIM Namespace / CIMColor Class / AreEqual Method
The first CIM color.
The CIM color to compare to.
Version

AreEqual Method (CIMColor)
Determines if two CIMColor are equal.
Syntax
public static bool AreEqual( 
   CIMColor color1,
   CIMColor color2
)

Parameters

color1
The first CIM color.
color2
The CIM color to compare to.

Return Value

True if the two colors are the same.
Requirements

Target Platforms: Windows 11, Windows 10

ArcGIS Pro version: 3 or higher.
See Also