Click or drag to resize

HostEquals Method (Host)

Determines if the this instance can be considered equal to the provided host.

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

Parameters

other
Type: CassandraHost

Return Value

Type: Boolean

Implements

IEquatableTEquals(T)
See Also