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.
Namespace: Scanjour.Workflow4.BaseAssembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.4.0.0 (24.4.0.0)
public bool Equals(
WorkflowType other
)
Public Function Equals (
other As WorkflowType
) As Boolean
public:
virtual bool Equals(
WorkflowType^ other
) sealed
abstract Equals :
other : WorkflowType -> bool
override Equals :
other : WorkflowType -> bool
- other WorkflowType
- The WorkflowType object to compare equality to
BooleanWhether the two WorkflowType instances are equal in the above described sense
IEquatableTEquals(T)