Share via


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

Return value

Type: System.Boolean
true if the specified design package is equal to the current design package; otherwise, false.

Implements

IEquatable<T>.Equals(T)

See also

Reference

DesignPackageInfo class

DesignPackageInfo members

Equals overload

Microsoft.SharePoint.Publishing namespace