Windward Engine API Reference
CompareTo Method
See Also  Send comments on this topic.
WindwardReportsDrivers.net.windward.AccessProviders Namespace > BaseFullAccessProvider Class : CompareTo Method




other

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Function CompareTo( _
   ByVal other As BaseFullAccessProvider _
) As Integer
Visual Basic (Usage)Copy Code
Dim instance As BaseFullAccessProvider
Dim other As BaseFullAccessProvider
Dim value As Integer
 
value = instance.CompareTo(other)
C# 
public int CompareTo( 
   BaseFullAccessProvider other
)
Managed Extensions for C++ 
public: int CompareTo( 
   BaseFullAccessProvider* other
) 
C++/CLI 
public:
int CompareTo( 
   BaseFullAccessProvider^ other
) 

Parameters

other

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family

See Also

© 2019 All Rights Reserved.