Click or drag to resize
DigitalRuneWorkOptionsEquality Operator
Compares WorkOptions to determine whether they are the same.

Namespace: DigitalRune.Threading
Assembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax
public static bool operator ==(
	WorkOptions left,
	WorkOptions right
)

Parameters

left
Type: DigitalRune.ThreadingWorkOptions
The first WorkOptions.
right
Type: DigitalRune.ThreadingWorkOptions
The second WorkOptions.

Return Value

Type: Boolean
if the left and right are the same; otherwise, .
See Also