SelectedItemBase.Equals Method

Compares two instances of the class.
Public Overrides Function Equals( _ 
ByVal other As Object
) As Boolean
This language is not supported or no code example is available.
public override bool Equals( 
object other 
)
This language is not supported or no code example is available.

Parameters

other
object

The other object

Return Value

bool

True if they are equal, false otherwise.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition