Background
|
Compares two BackgroundProcessTaskType instances.
Namespace: Autodesk.Revit.DB.BackgroundProcessTask
Assembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
public static bool operator ==(
BackgroundProcessTaskType first,
BackgroundProcessTaskType second
)
Parameters
- first BackgroundProcessTaskType
- The first BackgroundProcessTaskType.
- second BackgroundProcessTaskType
- The second BackgroundProcessTaskType.
Return Value
BooleanTrue if the inputs are identical, false if they are different.