VintaSoft Twain .NET SDK 15.4: Documentation for .NET developer
Vintasoft.Twain Namespace / DeviceCapability Class / CompareTo(Object) Method
Syntax Requirements SeeAlso
In This Topic
CompareTo(Object) Method (DeviceCapability)
In This Topic
Compares this instance with a specified DeviceCapability.
Syntax
'Declaration

Public Function CompareTo( _
ByVal obj
A DeviceCapability that evaluates to this instance.
As Object _
) As Integer
public int CompareTo(
object obj
)

Parameters

obj
A DeviceCapability that evaluates to this instance.

Return Value

A 32-bit signed integer indicating the relationship between the two comparands.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also