Table of Contents

TSharedWorkbookProtectionOptions.Inequality Operator

Adapts the <> operator so it returns true when both instances have different values.

Syntax

Unit: FlexCel.Core

class operator TSharedWorkbookProtectionOptions.Inequality(const o1: TSharedWorkbookProtectionOptions; const o2: TSharedWorkbookProtectionOptions): Boolean; overload;

Parameters

<-> Parameter Type Description
const o1 TSharedWorkbook​Protection​Options
const o2 TSharedWorkbook​Protection​Options

See also