Click or drag to resize

TimeUuidEquals Method (TimeUuid)

Returns a value indicating whether this instance and a specified TimeUuid object represent the same value.

Namespace:  Cassandra
Assembly:  Cassandra (in Cassandra.dll) Version: 3.11.0
Syntax
C#
public bool Equals(
	TimeUuid other
)

Parameters

other
Type: CassandraTimeUuid

Return Value

Type: Boolean

Implements

IEquatableTEquals(T)
See Also