SyncIdFormatGroup::Inequality Operator

Determines whether the two specified SyncIdFormatGroup objects are not the same.

Namespace:  Microsoft.Synchronization
Assembly:  Microsoft.Synchronization (in Microsoft.Synchronization.dll)

public:
static bool operator !=(
	SyncIdFormatGroup^ formats1, 
	SyncIdFormatGroup^ formats2
)

Parameters

formats1
Type: Microsoft.Synchronization::SyncIdFormatGroup
The first SyncIdFormatGroup object to compare.
formats2
Type: Microsoft.Synchronization::SyncIdFormatGroup
The second SyncIdFormatGroup object to compare.

Return Value

Type: System::Boolean
true if the objects are not the same; otherwise, false.
Show: