SPWebConfigModification.Equals method

Determines whether the specified object is equal to the current object.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public Overrides Function Equals ( _
    obj As Object _
) As Boolean
'Usage
Dim instance As SPWebConfigModification
Dim obj As Object
Dim returnValue As Boolean

returnValue = instance.Equals(obj)
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public override bool Equals(
    Object obj
)

Parameters

  • obj
    Type: System.Object

    The object to compare with the current object.

Return value

Type: System.Boolean
The Boolean of the comparison. True if the specified object is equal to the current; otherwise, false.

See also

Reference

SPWebConfigModification class

SPWebConfigModification members

Microsoft.SharePoint.Administration namespace