HatchPattern.Equals Method

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

Parameters

other
HatchPattern

The other hatch pattern

Return Value

bool

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

Implements

HatchPattern>.Equals

.NET Framework

Supported in: 4.8

In this article

Definition