Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines whether the specified Object is equal to this SPSiteSubscriptionIdentifier.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Overrides Function Equals ( _
obj As Object _
) As Boolean
'Usage
Dim instance As SPSiteSubscriptionIdentifier
Dim obj As Object
Dim returnValue As Boolean
returnValue = instance.Equals(obj)
public override bool Equals(
Object obj
)
Parameters
obj
Type: System.ObjectThe Object to compare with this SPSiteSubscriptionIdentifier.
Return Value
Type: System.Boolean
A Boolean value = true if the specified [System.Object] is equal to this SPSiteSubscriptionIdentifier otherwise false.
See Also
Reference
SPSiteSubscriptionIdentifier Class