Nevron .NET Vision
Nevron.SmartShapes Namespace / NShapeSheetSectionsComparer Class / Compare Method


In This Topic
    Compare Method (NShapeSheetSectionsComparer)
    In This Topic
    Compares object a with object b
    Syntax
    'Declaration
     
    
    Public Function Compare( _
       ByVal a As System.Object, _
       ByVal b As System.Object _
    ) As System.Integer
    'Usage
     
    
    Dim instance As NShapeSheetSectionsComparer
    Dim a As System.Object
    Dim b As System.Object
    Dim value As System.Integer
     
    value = instance.Compare(a, b)
    public System.int Compare( 
       System.object a,
       System.object b
    )

    Parameters

    a
    b

    Return Value

    1 if a is larger than b, -1 if a is smaller than b and 0 if a is equal to b
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also