AerospikeAuthResponseEquals(AerospikeAuthResponse) Method

[Missing <summary> documentation for "M:Aerospike.Client.Auth.AerospikeAuthResponse.Equals(Aerospike.Client.Auth.AerospikeAuthResponse)"]

Definition

Namespace: Aerospike.Client.Auth
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 7.0.0
C#
public bool Equals(
	AerospikeAuthResponse other
)

Parameters

other  AerospikeAuthResponse
 

Return Value

Boolean

Implements

IEquatableTEquals(T)

See Also