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