Implements equality by comparing the Id of two dimensions.

Namespace:  Endeca.Data
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
public bool Equals(
	Dimension other
)
Visual Basic (Declaration)
Public Function Equals ( _
	other As Dimension _
) As Boolean
Visual C++
public:
virtual bool Equals(
	Dimension^ other
) sealed

Parameters

other
Type: Endeca.Data..::.Dimension

Implements

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

See Also