LineType.Equals Method

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

Parameters

other
LineType

The other material

Return Value

bool

True if the two line type names are the same, false otherwise.

Implements

LineType>.Equals

.NET Framework

Supported in: 4.8

In this article

Definition