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