ValueHLLValueInequality(ValueHLLValue, ValueHLLValue) Operator

[Missing <summary> documentation for "M:Aerospike.Client.Value.HLLValue.op_Inequality(Aerospike.Client.Value.HLLValue,Aerospike.Client.Value.HLLValue)"]

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 7.0.1
C#
public static bool operator !=(
	ValueHLLValue o1,
	ValueHLLValue o2
)

Parameters

o1  ValueHLLValue
 
o2  ValueHLLValue
 

Return Value

Boolean

See Also