Search Results for

    Show / Hide Table of Contents

    Struct NullabilityInfo

    Implements
    IEquatable<NullabilityInfo>
    Inherited Members
    ValueType.ToString()
    object.GetType()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    Namespace: Microsoft.CodeAnalysis
    Assembly: Microsoft.CodeAnalysis.dll
    Syntax
    public readonly struct NullabilityInfo : IEquatable<NullabilityInfo>

    Properties

    Annotation

    Declaration
    public NullableAnnotation Annotation { get; }
    Property Value
    Type Description
    NullableAnnotation

    FlowState

    Declaration
    public NullableFlowState FlowState { get; }
    Property Value
    Type Description
    NullableFlowState

    Methods

    Equals(NullabilityInfo)

    Declaration
    public bool Equals(NullabilityInfo other)
    Parameters
    Type Name Description
    NullabilityInfo other
    Returns
    Type Description
    bool

    Equals(object?)

    Declaration
    public override bool Equals(object? other)
    Parameters
    Type Name Description
    object other
    Returns
    Type Description
    bool
    Overrides
    ValueType.Equals(object)

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    int
    Overrides
    ValueType.GetHashCode()

    Implements

    IEquatable<T>
    In this article
    Back to top Generated by DocFX | Copyright (c) 2018- The NUnit Project - Licensed under CC BY-NC-SA 4.0