Share via


SPCompatibilityRange.Equals method (SPCompatibilityRange)

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

Return value

Type: System.Boolean
true if both the minimum and maximum ranges are equal, otherwise false.

See also

Reference

SPCompatibilityRange class

SPCompatibilityRange members

Equals overload

Microsoft.SharePoint namespace