This topic has not yet been rated - Rate this topic

DefaultLanguage.Equals Method

SQL Server 2012

Returns a value indicating whether this instance is equal to a specified object.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
public override bool Equals(
	Object obj
)

Parameters

obj
Type: System.Object
An object to compare to this instance.

Return Value

Type: System.Boolean
True if the obj is a Boolean and has the same value as this instance; otherwise, false.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.