SuspectPage.CompareTo(SuspectPage) Method

Definition

Compares to other SuspectPage

public int CompareTo (Microsoft.SqlServer.Management.Smo.SuspectPage other);
abstract member CompareTo : Microsoft.SqlServer.Management.Smo.SuspectPage -> int
override this.CompareTo : Microsoft.SqlServer.Management.Smo.SuspectPage -> int
Public Function CompareTo (other As SuspectPage) As Integer

Parameters

other
SuspectPage

The other SuspectPage.

Returns

Less than zero - This object is less than the object specified by the CompareTo method. Zero - This object is equal to the object specified by the CompareTo method. Greater than zero - This object is greater than the object specified by the CompareTo method.

Implements

Applies to