Table of Contents

Method IsEqual

Namespace
Pinwheel.Vista.Graph
Assembly
Pinwheel.Vista.Runtime.dll

IsEqual(ISlot, ISlot)

Compares two slots by id, direction, name, and adapted slot type.

public static bool IsEqual(ISlot s0, ISlot s1)

Parameters

s0 ISlot

First slot to compare.

s1 ISlot

Second slot to compare.

Returns

bool

true if both slots are structurally equivalent.