BlockEx.Equals Method

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

Parameters

other
BlockEx

The other block

Return Value

bool

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

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition