ValueBoolIntValueInequality(ValueBoolIntValue, Boolean) Operator

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

Definition

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

Parameters

o1  ValueBoolIntValue
 
o2  Boolean
 

Return Value

Boolean

See Also