NShape Reference
Equals Method

<< Click to Display Table of Contents >>

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

NShape Reference
Equals Method

Previous pageReturn to chapter overviewNext page

Tests equality of this ControlPointId with the given object.

Syntax

public override bool Equals(object obj);

Description

Tests equality of this ControlPointId 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 ControlPointId and the internal value of both the given and this ControlPointId are equal.