ArcGIS Pro 2.6 API Reference Guide
IsEqual Method (BasicMaterial)

ArcGIS.Core.Geometry Namespace > BasicMaterial Class : IsEqual Method
The material to check for equality.
Determines if this material is equal to the other material.
Syntax
public override bool IsEqual( 
   Material other
)
Public Overrides 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 10, Windows 8.1, Windows 7

See Also

Reference

BasicMaterial Class
BasicMaterial Members