Intersoft WebScheduler Documentation
Compare Method
See Also  Send Feedback
ISNet.WebUI.WebScheduler Namespace > WebSchedulerResourceCollection Class : Compare Method






obj1
obj2

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Shared Function Compare( _
   ByVal obj1 As WebSchedulerEvent, _
   ByVal obj2 As WebSchedulerEvent _
) As System.Integer
Visual Basic (Usage)Copy Code
Dim obj1 As WebSchedulerEvent
Dim obj2 As WebSchedulerEvent
Dim value As System.Integer
 
value = WebSchedulerResourceCollection.Compare(obj1, obj2)
C# 
public static System.int Compare( 
   WebSchedulerEvent obj1,
   WebSchedulerEvent obj2
)
Delphi 
public function Compare( 
    obj1: WebSchedulerEvent;
    obj2: WebSchedulerEvent
): System.Integer; static; 
JScript 
public static function Compare( 
   obj1 : WebSchedulerEvent,
   obj2 : WebSchedulerEvent
) : System.int;
Managed Extensions for C++ 
public: static System.int Compare( 
   WebSchedulerEvent* obj1,
   WebSchedulerEvent* obj2
) 
C++/CLI 
public:
static System.int Compare( 
   WebSchedulerEvent^ obj1,
   WebSchedulerEvent^ obj2
) 

Parameters

obj1
obj2

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

©2013 Intersoft Solutions Corp. All Rights Reserved.