WorkflowTypeEquals Method (WorkflowType)

Scanjour Workflow4 Reference Manual
Tests whether the WorkflowType instance equals another WorkflowType instance. Two WorkflowType objects are equal if their TypeName values are equal and if either their Version values equal or at least one of the objects have a null Version.

Namespace:  Scanjour.Workflow4.Base
Assembly:  Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

public bool Equals(
	WorkflowType other
)

Parameters

other
Type: Scanjour.Workflow4.BaseWorkflowType
The WorkflowType object to compare equality to

Return Value

Type: Boolean
Whether the two WorkflowType instances are equal in the above described sense

Implements

IEquatableTEquals(T)
See Also

Reference