<Code Lib>
M

BackgroundProcessTaskType.op_Inequality

Description:
Compares two BackgroundProcessTaskType instances.

public static bool operator !=(
	BackgroundProcessTaskType first,
	BackgroundProcessTaskType second
)

Return Value Boolean True if the inputs are different, false if they are identical.

Loading…