WorkflowTypeEquals(WorkflowType) Method

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.

Definition

Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.4.0.0 (24.4.0.0)
C#
public bool Equals(
	WorkflowType other
)

Parameters

other  WorkflowType
The WorkflowType object to compare equality to

Return Value

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

Implements

IEquatableTEquals(T)

See Also