DurationEquals

This task checks to see if two Duration variables are equal and returns a boolean result.

Table 1. Input Properties
Property Type Description
SourceDuration1 Duration First Duration value.
SourceDuration2 Duration Second Duration value.
  • If equal, returns true.
  • If both null, returns true.
  • If one is null, returns false.