Table of Contents

Class ValueEntryDiagnostic

Namespace
Avalonia.Diagnostics
Assembly
Avalonia.Base.dll
[PrivateApi]
public record ValueEntryDiagnostic : IEquatable<ValueEntryDiagnostic>
Inheritance
ValueEntryDiagnostic
Implements
Inherited Members

Constructors

ValueEntryDiagnostic(AvaloniaProperty, object?)

public ValueEntryDiagnostic(AvaloniaProperty Property, object? Value)

Parameters

Property AvaloniaProperty
Value object

ValueEntryDiagnostic(ValueEntryDiagnostic)

protected ValueEntryDiagnostic(ValueEntryDiagnostic original)

Parameters

original ValueEntryDiagnostic

Properties

EqualityContract

protected virtual Type EqualityContract { get; }

Property Value

Type

Property

public AvaloniaProperty Property { get; init; }

Property Value

AvaloniaProperty

Value

public object? Value { get; init; }

Property Value

object

Methods

Deconstruct(out AvaloniaProperty, out object?)

public void Deconstruct(out AvaloniaProperty Property, out object? Value)

Parameters

Property AvaloniaProperty
Value object

Equals(ValueEntryDiagnostic?)

public virtual bool Equals(ValueEntryDiagnostic? other)

Parameters

other ValueEntryDiagnostic

Returns

bool

Equals(object?)

public override bool Equals(object? obj)

Parameters

obj object

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int

PrintMembers(StringBuilder)

protected virtual bool PrintMembers(StringBuilder builder)

Parameters

builder StringBuilder

Returns

bool

ToString()

public override string ToString()

Returns

string

Operators

operator ==(ValueEntryDiagnostic?, ValueEntryDiagnostic?)

public static bool operator ==(ValueEntryDiagnostic? left, ValueEntryDiagnostic? right)

Parameters

left ValueEntryDiagnostic
right ValueEntryDiagnostic

Returns

bool

operator !=(ValueEntryDiagnostic?, ValueEntryDiagnostic?)

public static bool operator !=(ValueEntryDiagnostic? left, ValueEntryDiagnostic? right)

Parameters

left ValueEntryDiagnostic
right ValueEntryDiagnostic

Returns

bool