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.
Compares two compatibility range objects by value.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Function Equals ( _
otherRange As SPCompatibilityRange _
) As Boolean
'Usage
Dim instance As SPCompatibilityRange
Dim otherRange As SPCompatibilityRange
Dim returnValue As Boolean
returnValue = instance.Equals(otherRange)
public bool Equals(
SPCompatibilityRange otherRange
)
Parameters
otherRange
Type: Microsoft.SharePoint.SPCompatibilityRangeThe compatibility range object to compare to.
Return value
Type: System.Boolean
true if both the minimum and maximum ranges are equal, otherwise false.