Compare cursors for inequality.

Synopsis

Declared in <folly/io/Cursor.h>

bool
operator!=(CursorBase const& other) const;

Description

methodset Comparison

Return Value

True if the cursors point to different locations.

Parameters

Name

Description

other

The cursor to compare against.

Created with MrDocs