Table of Contents

Method IsEqual

Namespace
YndigoBlue.Velocity.Model
Assembly
YndigoBlue.Velocity.dll

IsEqual(IDefaultItem)

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

public bool IsEqual(IDefaultItem other)

Parameters

other IDefaultItem

The default item to compare with this instance.

Returns

bool

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

IsEqual(ICheckItem)

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

public 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.