Click or drag to resize
TimeUuid.Equals Method (Object)
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.6.0
Syntax
C#
public override bool Equals(
	Object obj
)

Parameters

obj
Type: System.Object

Return Value

Type: Boolean
See Also