Table of Contents

Method IsEqual

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

IsEqual(ICheckItem)

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

public bool IsEqual(ICheckItem otherCheckItem)

Parameters

otherCheckItem ICheckItem

The other check item to compare with.

Returns

bool

True if both are operators of the same type; otherwise, false.