| DurationEquals Method (Duration) | 
            Returns true if the value of the 
Duration is the same.
            
 
Namespace: DseAssembly: Dse (in Dse.dll) Version: 2.2.0
Syntaxpublic bool Equals(
	Duration other
)
Parameters
- other
 - Type: DseDuration
 
Return Value
Type: 
BooleanImplements
IEquatableTEquals(T)
See Also