SyncIdFormat::Inequality Operator

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

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

public:
static bool operator !=(
	SyncIdFormat^ format1, 
	SyncIdFormat^ format2
)

Parameters

format1
Type: Microsoft.Synchronization::SyncIdFormat
The first SyncIdFormat object to compare.
format2
Type: Microsoft.Synchronization::SyncIdFormat
The second SyncIdFormat object to compare.

Return Value

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