Value.ByteSegmentValue.Inequality Operator

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

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 8.0.1+e35566e493546c0887ebb841c8e2a2c6a7cbde18
C#
public static bool operator !=(
	Value.ByteSegmentValue o1,
	Value.ByteSegmentValue o2
)

Parameters

o1  Value.ByteSegmentValue
 
o2  Value.ByteSegmentValue
 

Return Value

Boolean

See Also