This topic has not yet been rated - Rate this topic

DatabasePermission.Equals Method

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)
public override bool Equals(
	Object o
)

Parameters

o
Type: System.Object
An Object system object that specifies the database permissions.

Return Value

Type: System.Boolean
A Boolean value that specifies whether the referenced database permission object is equal to the specified object.If True, the objects are equal. Otherwise, False.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.