BackgroundProcessTaskTypeInequality Operator |
Compares two BackgroundProcessTaskType instances.
Namespace: Autodesk.Revit.DB.BackgroundProcessTaskAssembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntaxpublic static bool operator !=(
BackgroundProcessTaskType first,
BackgroundProcessTaskType second
)
Public Shared Operator <> (
first As BackgroundProcessTaskType,
second As BackgroundProcessTaskType
) As Boolean
public:
static bool operator !=(
BackgroundProcessTaskType^ first,
BackgroundProcessTaskType^ second
)
static let inline (<>)
first : BackgroundProcessTaskType *
second : BackgroundProcessTaskType : boolParameters
- first BackgroundProcessTaskType
- The first BackgroundProcessTaskType.
- second BackgroundProcessTaskType
- The second BackgroundProcessTaskType.
Return Value
BooleanTrue if the inputs are different, false if they are identical.
See Also