NShape Reference
== Operator

<< Click to Display Table of Contents >>

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

NShape Reference
== Operator

Previous pageReturn to chapter overviewNext page

Tests equality of two RelativePosition values.

Syntax

public static bool operator ==(RelativePosition x, RelativePosition y);

Description

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

Parameters

Name

Description

x

The first RelativePosition value to be compared.

y

The second RelativePosition value to be compared.

Return Value

True if the given values are equal.