DatabasePermission.Equals Method
SQL Server 2012
Determines whether the referenced database permission object is equal to a specified object.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Parameters
- o
- Type: System.Object
An Object system object that specifies the database permissions.
Return Value
Type: System.BooleanA Boolean value that specifies whether the referenced database permission object is equal to the specified object.If True, the objects are equal. Otherwise, False.