ArcGIS Pro 3.7 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 Overloads Overrides Function Equals( _
       ByVal other As Object _
    ) As Boolean
    public override bool Equals( 
       object other
    )

    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 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.1 or higher.
    See Also