Click or drag to resize

ArraySegmentTInequality Operator

[Missing <summary> documentation for "M:Couchbase.Lite.Util.ArraySegment`1.op_Inequality(Couchbase.Lite.Util.ArraySegment{`0},Couchbase.Lite.Util.ArraySegment{`0})"]

Namespace:  Couchbase.Lite.Util
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public static bool operator !=(
	ArraySegment<T> a,
	ArraySegment<T> b
)

Parameters

a
Type: Couchbase.Lite.UtilArraySegmentT
The alpha component.
b
Type: Couchbase.Lite.UtilArraySegmentT
The blue component.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Couchbase.Lite.Util.ArraySegment`1.op_Inequality(Couchbase.Lite.Util.ArraySegment{`0},Couchbase.Lite.Util.ArraySegment{`0})"]

See Also