DesignPackageInfo.Equals method (DesignPackageInfo)
Determines whether the specified design package is equal to the current design package.
Namespace: Microsoft.SharePoint.Publishing
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public Function Equals ( _
info As DesignPackageInfo _
) As Boolean
'Usage
Dim instance As DesignPackageInfo
Dim info As DesignPackageInfo
Dim returnValue As Boolean
returnValue = instance.Equals(info)
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public bool Equals(
DesignPackageInfo info
)
Parameters
info
Type: Microsoft.SharePoint.Publishing.DesignPackageInfoThe design package to compare with the current design package.
Return value
Type: System.Boolean
true if the specified design package is equal to the current design package; otherwise, false.