Tortuga.Chain Namespace
Tortuga.Chain.CommandBuilders Namespace
Tortuga.Chain.Metadata Namespace

ColumnNamePair..::..Equals Method (ColumnNamePair)

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

Namespace:  Tortuga.Chain.Metadata
Assembly:  Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)

Syntax


public bool Equals(
	ColumnNamePair other
)
Public Function Equals ( _
	other As ColumnNamePair _
) As Boolean
public:
bool^ Equals(
	ColumnNamePair^ other
)

Parameters

other
Type: Tortuga.Chain.Metadata..::..ColumnNamePair
An object to compare with this object.

Return Value

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