Struct PreprocessingSymbolInfo
Assembly: Microsoft.CodeAnalysis.dll
Syntax
public readonly struct PreprocessingSymbolInfo : IEquatable<PreprocessingSymbolInfo>
Properties
IsDefined
Declaration
public bool IsDefined { get; }
Property Value
Symbol
Declaration
public IPreprocessingSymbol? Symbol { get; }
Property Value
Methods
Equals(PreprocessingSymbolInfo)
Declaration
public bool Equals(PreprocessingSymbolInfo other)
Parameters
Returns
Equals(object?)
Declaration
public override bool Equals(object? obj)
Parameters
| Type |
Name |
Description |
| object |
obj |
|
Returns
Overrides
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
Implements