Table of Contents

Interface IReportGroupKey

Namespace
Cryville.EEW.Report
Assembly
Cryville.EEW.dll
Represents a key for grouping reports.
public interface IReportGroupKey

Remarks

Report groups with any matching group keys are grouped together.

Group keys are matched with the Equals(object) method and hashed with the GetHashCode() method.

It is recommended to use the record type to implement this interface because it automatically implements the aforementioned two methods.