PropertyData.CompareTo Method

Definition

Represents the specified data to be compared within the property.

Overloads

CompareTo(Object)

Compares the current instance with another object of the same type.

CompareTo(ISfcProperty)

Indicates a specified property to be compared with another object.

CompareTo(Object)

Compares the current instance with another object of the same type.

public:
 virtual int CompareTo(System::Object ^ obj);
public int CompareTo (object obj);
abstract member CompareTo : obj -> int
override this.CompareTo : obj -> int
Public Function CompareTo (obj As Object) As Integer

Parameters

obj
Object

An object to compare with this instance.

Returns

A 32-bit signed integer that indicates the relative order of the objects being compared.

Implements

Applies to

CompareTo(ISfcProperty)

Indicates a specified property to be compared with another object.

public:
 virtual int CompareTo(Microsoft::SqlServer::Management::Sdk::Sfc::ISfcProperty ^ other);
public int CompareTo (Microsoft.SqlServer.Management.Sdk.Sfc.ISfcProperty other);
abstract member CompareTo : Microsoft.SqlServer.Management.Sdk.Sfc.ISfcProperty -> int
override this.CompareTo : Microsoft.SqlServer.Management.Sdk.Sfc.ISfcProperty -> int
Public Function CompareTo (other As ISfcProperty) As Integer

Parameters

other
ISfcProperty

An object that represents the null value.

Returns

The specified property to be compared.

Implements

Applies to