ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Core.Geometry Namespace / Material Class / IsEqual Method
The material to check for equality.
Version

    IsEqual Method (Material)
    Determines if this material is equal to the other material.
    Syntax
    public abstract bool IsEqual( 
       Material other
    )

    Parameters

    other
    The material to check for equality.

    Return Value

    True if this material is equal to the other material and false otherwise.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also