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

In This Topic
    AreEqual Method (CIMColor)
    In This Topic
    Determines if two CIMColor are equal.
    Syntax
    public static bool AreEqual( 
       CIMColor color1,
       CIMColor color2
    )
    Public Shared Function AreEqual( _
       ByVal color1 As CIMColor, _
       ByVal color2 As CIMColor _
    ) As Boolean

    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