Inequality Operator
See Also 
SourceCode.Data.Sql Namespace > ThrottleResource Structure : Inequality Operator


left
right

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Operator <>( _
   ByVal left As ThrottleResource, _
   ByVal right As ThrottleResource _
) As Boolean
Visual Basic (Usage) Copy Code

                                
C#  
public bool operator !=( 
   ThrottleResource left,
   ThrottleResource right
)
C++/CLI  
public:
bool operator !=( 
   ThrottleResource left,
   ThrottleResource right
)

Parameters

left
right

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