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.3.0.0 (23.3.0.0)
Syntax
Parameters
- other
- Type: Scanjour.Workflow4.BaseWorkflowType
The WorkflowType object to compare equality to
Return Value
Type: BooleanWhether the two WorkflowType instances are equal in the above described sense
Implements
IEquatableTEquals(T)See Also