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)
Parameters
- obj
- Type: System.Object
An object to compare to this instance.
Return Value
Type: System.BooleanTrue if the obj is a Boolean and has the same value as this instance; otherwise, false.
