Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

DataCollectionContext::Inequality Operator (DataCollectionContext^, DataCollectionContext^)

 
equivalentCodeEntityM:Microsoft.VisualStudio.TestTools.Execution.DataCollectionContext.Compare(Microsoft.VisualStudio.TestTools.Execution.DataCollectionContext,Microsoft.VisualStudio.TestTools.Execution.DataCollectionContext)

Returns a value that indicates whether two instances of DataCollectionContext do not match.

Namespace:   Microsoft.VisualStudio.TestTools.Execution
Assembly:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

public:
static bool operator !=(
	DataCollectionContext^ context1,
	DataCollectionContext^ context2
)

Return Value

Type: System::Boolean

true if context1 and context2 do not match; otherwise, false.

Return to top
Show: