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

Namespace:  Gallio.Common.Reflection
Assembly:  Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)

Syntax

C#
public bool Equals(
	TypeName other
)
Visual Basic (Declaration)
Public Function Equals ( _
	other As TypeName _
) As Boolean

Parameters

other
Type: Gallio.Common.Reflection..::.TypeName
An object to compare with this object.

Return Value

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

Implements

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

See Also