AppManWrapper.Inequality Method

Applies To: System Center 2012 Configuration Manager, System Center 2012 Configuration Manager

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Namespace: Microsoft.ConfigurationManagement.AdminConsole.AppManFoundation
Assembly: AdminUI.AppManFoundation (in AdminUI.AppManFoundation.dll)

Usage

'Usage
Dim wrapper1 As AppManWrapper
Dim wrapper2 As AppManWrapper
Dim returnValue As Boolean

returnValue = (wrapper1 <> wrapper2)

Syntax

'Declaration
Public Shared Operator <> ( _
    wrapper1 As AppManWrapper, _
    wrapper2 As AppManWrapper _
) As Boolean
public static bool operator != (
    AppManWrapper wrapper1,
    AppManWrapper wrapper2
)
public:
static bool operator != (
    AppManWrapper^ wrapper1, 
    AppManWrapper^ wrapper2
)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

See Also

Reference

AppManWrapper Class
AppManWrapper Members
Microsoft.ConfigurationManagement.AdminConsole.AppManFoundation Namespace