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
otherICheckItemThe check item to compare with.
Returns
- bool
trueif the other item is a Snippet<T> with an equal value; otherwise,false.