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

In This Topic
    Equals(Object) Method
    In This Topic
    Determines whether two CIMColor instances are equal.
    Syntax
    public override bool Equals( 
       object other
    )
    Public Overloads Overrides Function Equals( _
       ByVal other As Object _
    ) 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