NShape Reference
Equals Method

<< Click to Display Table of Contents >>

Navigation:  Class Reference > Namespace Dataweb.NShape > RelativePosition Structure >

NShape Reference
Equals Method

Previous pageReturn to chapter overviewNext page

Tests equality of this RelativePosition with the given object.

Syntax

public override bool Equals(object obj);

Description

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