Table of Contents

Method StructurallyEquals

Namespace
DocWright.Reporting
Assembly
DocWright.Reporting.dll

StructurallyEquals(ReportDefinition?)

Compares two definitions by structure, ignoring the prefixes each happened to use.

public bool StructurallyEquals(ReportDefinition? other)

Parameters

other ReportDefinition

The definition to compare with.

Returns

bool

true when they carry the same information.