Bridge

IEquatable<(Of <(<'T>)>)>..::..Equals Method

Indicates whether the current object is equal to another object of the same type.

Namespace:  System
Assembly:  Bridge (in Bridge.dll)

Syntax


[TemplateAttribute]
[NameAttribute]
bool Equals(
	T other
)
<TemplateAttribute> _
<NameAttribute> _
Function Equals ( _
	other As T _
) As Boolean
[TemplateAttribute]
[NameAttribute]
bool^ Equals(
	T other
)

Parameters

other
Type: T
An object to compare with this object.

Return Value

true if the current object is equal to the other parameter; otherwise, false.