VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles Namespace / ImageFileBlock Class / CompareTo(Object) Method
Syntax Requirements SeeAlso
In This Topic
    CompareTo(Object) Method (ImageFileBlock)
    In This Topic
    Compares this instance to a specified object and returns an indication of their relative values.
    Syntax
    'Declaration
    
    Public Function CompareTo( _
    ByVal obj
    An object to compare, or a null reference (Nothing in Visual Basic).
    As System.Object _
    ) As System.Int32
    public System.Int32 CompareTo(
    System.Object obj
    )
    public: System.Int32 CompareTo(
    System.Object obj
    )
    public:
    System.Int32 CompareTo(
    System.Object obj
    )

    Parameters

    obj
    An object to compare, or a null reference (Nothing in Visual Basic).

    Return Value

    A signed integer that indicates the relative order of this instance and value.
    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