Click or drag to resize
DurationEquals Method (Duration)
Returns true if the value of the Duration is the same.

Namespace: Dse
Assembly: Dse (in Dse.dll) Version: 2.2.0
Syntax
C#
public bool Equals(
	Duration other
)

Parameters

other
Type: DseDuration

Return Value

Type: Boolean

Implements

IEquatableTEquals(T)
See Also