NShape Reference
!= Operator

<< Click to Display Table of Contents >>

Navigation:  Class Reference > Namespace Dataweb.NShape > ControlPointId Struct >

NShape Reference
!= Operator

Previous pageReturn to chapter overviewNext page

Tests inequality of two ControlPointId values.

Syntax

public static bool operator !=(ControlPointId id1, ControlPointId id2);

public static bool operator !=(ControlPointId id1, int id2);

public static bool operator !=(int id1, ControlPointId id2);

public static bool operator !=(int id1, int id2);

Description

Tests inequality of the given values by comparing their internal integer value.

Parameters

Name

Description

id1

The first ControlPointId value to be compared.

id2

The second ControlPointId value to be compared.

Return Value

True if the given values are not equal.