| Visual Basic (Usage) |  Copy Code | 
|---|---|
| C# | |
|---|---|
| public bool operator !=( StatusCode a, uint b ) | |
Parameters
- a
- The first value being compared
- b
- The second value being compared to
            Returns true if the objects are not equal.
            
            
            
            
            
            Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x
 
     
     
     
     
    