public class WorkflowType : IEquatable<WorkflowType>
Public Class WorkflowType
Implements IEquatable(Of WorkflowType)
public ref class WorkflowType : IEquatable<WorkflowType^>
type WorkflowType =
class
interface IEquatable<WorkflowType>
end
WorkflowType | Initializes a new instance of the WorkflowType class. |
Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Equals(WorkflowType) | 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. |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
GetHashCode |
Serves as a hash function for WorkflowType
(Overrides ObjectGetHashCode) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
ToString |
Returns a string representation of the WorkflowType.
(Overrides ObjectToString) |
FormatFromDictionary | (Defined by DictionaryExtensions) |
GetFirstValue | (Defined by DictionaryExtensions) |