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

SqlServerObjectName..::..Equals Method (Nullable<(Of <(<'Object>)>)>)

Determines whether the specified Object, is equal to this instance.

Namespace:  Tortuga.Chain.SqlServer
Assembly:  Tortuga.Chain.SqlServer.OleDb (in Tortuga.Chain.SqlServer.OleDb.dll)

Syntax


public bool Equals(
	Nullable<Object> obj
)
Public Function Equals ( _
	obj As Nullable(Of Object) _
) As Boolean
public:
bool^ Equals(
	Nullable<Object^> obj
)

Parameters

obj
Type: Nullable<(Of <(<'Object>)>)>
The Object to compare with this instance.

Return Value

true if the specified Object is equal to this instance; otherwise, false.

Remarks


This is a case-insensitive comparison.