Show / Hide Table of Contents

Class InstrumentDifferenceDetector

Detect differences between two instruments

Inheritance
object
InstrumentDifferenceDetector
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: Algenta.Colectica.Commands.DifferenceDetection
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public class InstrumentDifferenceDetector

Methods

DetectDifferences(Instrument, Instrument)

Detect differences between two instruments

Declaration
public DifferenceResult DetectDifferences(Instrument oldInst, Instrument newInst)
Parameters
Type Name Description
Instrument oldInst
Instrument newInst
Returns
Type Description
DifferenceResult
In this article
Back to top Generated by DocFX