Layer.Equals Method

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

Parameters

other
Layer

The other layer

Return Value

bool

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

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition