This topic has not yet been rated - Rate this topic

PolicyStore.Key.Equals Method (Object)

Determines if the specified object is the same as the policy store identified by the current PolicyStore.Key object.

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

Parameters

obj
Type: System.Object
A SystemObject that specifies the object to compare.

Return Value

Type: System.Boolean
A Boolean value that is true if the objects are equal. Otherwise, false.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.