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.
Determines whether the specified Object is equal to the current SPSearchCrawlingRequestClassifier object.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Overrides Function Equals ( _
obj As Object _
) As Boolean
'Usage
Dim instance As SPSearchCrawlingRequestClassifier
Dim obj As Object
Dim returnValue As Boolean
returnValue = instance.Equals(obj)
public override bool Equals(
Object obj
)
Parameters
obj
Type: System.ObjectObject of comparison to this SPSearchCrawlingRequestClassifier instance.
Return Value
Type: System.Boolean
true, if the two objects are equal; otherwise, false.
Remarks
This override returns true, if the input object is a SPSearchCrawlingRequestClassifier and it has the same ThrottleLevel value as this SPSearchCrawlingRequestClassifier instance; otherwise false.
See Also
Reference
SPSearchCrawlingRequestClassifier Class