VintaSoft Twain .NET SDK 15.0: Documentation for .NET developer
Vintasoft.WpfTwain Namespace / Fix32 Class / CompareTo(Object) Method
Syntax Requirements SeeAlso
In This Topic
    CompareTo(Object) Method (Fix32)
    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
    )
    public: int CompareTo(
    object* obj
    )
    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 8, .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also