Table of Contents

Method IsEqual

Namespace
YndigoBlue.Velocity.Interfaces
Assembly
YndigoBlue.Velocity.dll

IsEqual(ICheckItem)

Determines whether this check item is equal to another check item.

bool IsEqual(ICheckItem other)

Parameters

other ICheckItem

The check item to compare with this instance.

Returns

bool

true if the check items are equal; otherwise, false.