MappingInfo.Equals method (Object)
Determines whether this object is equal to the specified object.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public Overrides Function Equals ( _
obj As Object _
) As Boolean
'Usage
Dim instance As MappingInfo
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.ObjectThe object to compare with.
Return value
Type: System.Boolean
if this object is equal to the specified object; otherwise, [false].