VintaSoft Twain .NET SDK 15.4: Documentation for .NET developer
Vintasoft.WpfTwain Namespace / Frame Class / CompareTo(Object) Method
Syntax Requirements SeeAlso
In This Topic
CompareTo(Object) Method (Frame)
In This Topic
Compares the current instance with another object of the same type.
Syntax
'Declaration

Public Function CompareTo( _
ByVal obj
An object to compare with this instance.
As Object _
) As Integer
public int CompareTo(
object obj
)

Parameters

obj
An object to compare with this instance.

Return Value

A 32-bit signed integer that indicates the relative order of the objects being compared.
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