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.
Returns whether this mapping is considered equal to another mapping.
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 Function Equals ( _
other As MappingInfo _
) As Boolean
'Usage
Dim instance As MappingInfo
Dim other As MappingInfo
Dim returnValue As Boolean
returnValue = instance.Equals(other)
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public bool Equals(
MappingInfo other
)
Parameters
other
Type: Microsoft.Office.Server.Search.Administration.MappingInfoThe mapping to compare with.
Return value
Type: System.Boolean
[true] if the mappings are considered equal.