Table of Contents

Method IsEqual

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

IsEqual(ICheckItem)

Determines whether this snippet is equal to another check item by comparing their values.

public bool IsEqual(ICheckItem other)

Parameters

other ICheckItem

The check item to compare with.

Returns

bool

true if the other item is a Snippet<T> with an equal value; otherwise, false.