ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Core.CIM Namespace / CIMColor Class / Equals Method / Equals(CIMColor) Method
The object to compare with the current object.

In This Topic
    Equals(CIMColor) Method
    In This Topic
    Determines whether two CIMColor instances are equal.
    Syntax
    public bool Equals( 
       CIMColor other
    )
    Public Overloads Function Equals( _
       ByVal other As CIMColor _
    ) As Boolean

    Parameters

    other
    The object to compare with the current object.

    Return Value

    true if the specified object is equal to the current object; otherwise, false.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.1 or higher.
    See Also