ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Core.Geometry Namespace / BasicMaterial Class / IsEqual Method
The material to check for equality.

In This Topic
    IsEqual Method (BasicMaterial)
    In This Topic
    Determines if this material is equal to the other material.
    Syntax
    Public Overrides Function IsEqual( _
       ByVal other As Material _
    ) As Boolean
    public override 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 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also