AerospikeAuthRequestEquals(AerospikeAuthRequest) Method

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

Definition

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

Parameters

other  AerospikeAuthRequest
 

Return Value

Boolean

Implements

IEquatableTEquals(T)

See Also