SuspectPage.CompareTo(SuspectPage) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.