Deconstruct(string, object?, DateTimeOffset)
public void Deconstruct(out string Name, out object? Payload, out DateTimeOffset Timestamp)Parameters
NamestringPayloadobject?TimestampDateTimeOffset
public void Deconstruct(out string Name, out object? Payload, out DateTimeOffset Timestamp)NamestringPayloadobject?TimestampDateTimeOffsetpublic bool Equals(DiagnosticEvent other)otherDiagnosticEventtrue if the current object is equal to the other parameter; otherwise, false.public override bool Equals(object obj)objobjecttrue if obj and this instance are the same type and represent the same value; otherwise, false.public override int GetHashCode()public override string ToString()public static bool operator ==(DiagnosticEvent left, DiagnosticEvent right)leftDiagnosticEventrightDiagnosticEventpublic static bool operator !=(DiagnosticEvent left, DiagnosticEvent right)leftDiagnosticEventrightDiagnosticEvent