Block.Equals Method

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

Parameters

other
Block

The other block

Return Value

bool

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

Implements

Block>.Equals
Block>.Equals

.NET Framework

Supported in: 4.8

In this article

Definition