Table of Contents

Method AreEqual

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

AreEqual(ISlot[], ISlot[])

Compares two slot arrays element by element using IsEqual(ISlot, ISlot).

public static bool AreEqual(ISlot[] slotArray0, ISlot[] slotArray1)

Parameters

slotArray0 ISlot[]

First slot array to compare.

slotArray1 ISlot[]

Second slot array to compare.

Returns

bool

true if both arrays are structurally equivalent.