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

PostgreSqlObjectName..::..Equals Method (AbstractObjectName)

Equalses the specified other.

Namespace:  Tortuga.Chain.PostgreSql
Assembly:  Tortuga.Chain.PostgreSql (in Tortuga.Chain.PostgreSql.dll)

Syntax


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

Parameters

other
Type: AbstractObjectName
The other.

Return Value