Click or drag to resize

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
Syntax
C#
public bool Equals(
	Duration other
)

Parameters

other
Type: CassandraDuration

Return Value

Type: Boolean

Implements

IEquatableTEquals(T)
See Also