 | TaskIdEquals(TaskId) Method |
Namespace: Ookii.Jumbo.JetAssembly: Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntaxpublic bool Equals(
TaskId? other
)
Public Function Equals (
other As TaskId
) As Boolean
public:
virtual bool Equals(
TaskId^ other
) sealed
abstract Equals :
other : TaskId -> bool
override Equals :
other : TaskId -> bool
Parameters
- other TaskId
- The TaskId to compare to.
Return Value
Boolean if this
TaskId is equal to
other; otherwise,
.
Implements
IEquatableTEquals(T)
See Also