ValueByteSegmentValueInequality 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: 7.0.1
C#
public static bool operator !=(
	ValueByteSegmentValue o1,
	ValueByteSegmentValue o2
)

Parameters

o1  ValueByteSegmentValue
 
o2  ValueByteSegmentValue
 

Return Value

Boolean

See Also