Click or drag to resize

TaskId.Equals(TaskId) Method

Compares this TaskId with another TaskId.

Namespace: Ookii.Jumbo.Jet
Assembly: Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public bool Equals(
	TaskId? other
)

Parameters

other  TaskId
The TaskId to compare to.

Return Value

Boolean
true if this TaskId is equal to other; otherwise, false.

Implements

IEquatable<T>.Equals(T)
See Also