NShape Reference
Equals Method

<< Click to Display Table of Contents >>

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

NShape Reference
Equals Method

Previous pageReturn to chapter overviewNext page

Tests equality of this TerminalId with the given TerminalId.

Syntax

public override bool Equals(object obj);

Description

Tests equality of this TerminalId with the given object by comparing the System.Type and the internal integer value.

Parameters

Name

Description

obj

The object to be compared.

Return Value

True if the given object is a TerminalId and the internal value of both the given and this TerminalId are equal.