Method IsEqual
- Namespace
- YndigoBlue.Velocity.Interfaces
- Assembly
- YndigoBlue.Velocity.dll
IsEqual(IDefaultItem)
Determines whether this default item is equal to another default item.
bool IsEqual(IDefaultItem other)
Parameters
otherIDefaultItemThe default item to compare with this instance.
Returns
- bool
true if the default items are equal; otherwise, false.