Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Determines whether two specified SyncGroup objects are not equal.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)
Syntax
'Declaration
Public Shared Operator <> ( _
sg1 As SyncGroup, _
sg2 As SyncGroup _
) As Boolean
public static bool operator != (
SyncGroup sg1,
SyncGroup sg2
)
public:
static bool operator != (
SyncGroup^ sg1,
SyncGroup^ sg2
)
J# does not support overloaded operators.
JScript supports the use of overloaded operators, but not the declaration of new ones.
Parameters
- sg1
A SyncGroup object.
- sg2
A SyncGroup object.
Return Value
true if sg1 and sg2 do not reference the same SyncGroup object; otherwise, false.
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
For a list of the supported platforms, see Hardware and Software Requirements (Synchronization Services).
Target Platforms
See Also
Reference
SyncGroup Class
SyncGroup Members
Microsoft.Synchronization.Data Namespace