NShape Reference
== Operator

<< Click to Display Table of Contents >>

Navigation:  Class Reference > Namespace Dataweb.NShape.Advanced > TerminalId Struct >

NShape Reference
== Operator

Previous pageReturn to chapter overviewNext page

Tests equality of two TerminalId values.

Syntax

public static bool operator ==(TerminalId id1, TerminalId id2);

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

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

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

Description

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

Parameters

Name

Description

id1

The first TerminalId value to be compared.

id2

The second TerminalId value to be compared.

Return Value

True if the given values are equal.