LinePattern.Equals Method

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

Parameters

other
LinePattern

The other material

Return Value

bool

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

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition