Material.Equals Method

Compares material names ignoring cases.
Public Function Equals( _ 
ByVal other As Material
) As Boolean Implements _ 
Material).Equals, _ 
Material).Equals
This language is not supported or no code example is available.
public bool Equals( 
Material other 
)
This language is not supported or no code example is available.

Parameters

other
Material

The other material

Return Value

bool

True if the two material names are the same, false otherwise.

Implements

Material>.Equals
Material>.Equals

.NET Framework

Supported in: 4.8

In this article

Definition