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.5.0.0 (24.5.0.0)
Syntaxpublic 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
Parameters
- other WorkflowType
- The WorkflowType object to compare equality to
Return Value
BooleanWhether the two WorkflowType instances are equal in the above described sense
Implements
IEquatableTEquals(T)
See Also