ArcGIS Pro 2.9 API Reference Guide
IsEqual Method (Material)

ArcGIS.Core.Geometry Namespace > Material Class : IsEqual Method
The material to check for equality.
Determines if this material is equal to the other material.
Syntax
public abstract bool IsEqual( 
   Material other
)
Public MustOverride Function IsEqual( _
   ByVal other As Material _
) As Boolean

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, Windows 8.1

See Also

Reference

Material Class
Material Members