Class BadLink
- Namespace
- Arinc424
- Assembly
- Arinc424.dll
public abstract record BadLink : PropertyDiagnostic, IEquatable<Diagnostic>, IEquatable<PropertyDiagnostic>, IEquatable<BadLink>
- Inheritance
-
object
BadLink
- Implements
-
- Derived
-
- Inherited Members
-
Properties
EqualityContract
protected override Type EqualityContract { get; }
Property Value
- Type
Error
public required LinkError Error { get; init; }
Property Value
- LinkError
Info
public required KeyInfo Info { get; init; }
Property Value
- KeyInfo
Methods
Equals(BadLink?)
public virtual bool Equals(BadLink? other)
Parameters
other
BadLink
Returns
- bool
Equals(PropertyDiagnostic?)
public override sealed bool Equals(PropertyDiagnostic? other)
Parameters
other
PropertyDiagnostic
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 override bool PrintMembers(StringBuilder builder)
Parameters
builder
StringBuilder
Returns
- bool
ToString()
public override string ToString()
Returns
- string
Operators
operator ==(BadLink?, BadLink?)
public static bool operator ==(BadLink? left, BadLink? right)
Parameters
left
BadLink
right
BadLink
Returns
- bool
operator !=(BadLink?, BadLink?)
public static bool operator !=(BadLink? left, BadLink? right)
Parameters
left
BadLink
right
BadLink
Returns
- bool