Struct CaptureId
Implements
Inherited Members
Namespace: Microsoft.CodeAnalysis.FlowAnalysis
Assembly: Microsoft.CodeAnalysis.dll
Syntax
public readonly struct CaptureId : IEquatable<CaptureId>
Methods
Equals(CaptureId)
Declaration
public bool Equals(CaptureId other)
Parameters
| Type | Name | Description |
|---|---|---|
| CaptureId | other |
Returns
| Type | Description |
|---|---|
| bool |
Equals(object?)
Declaration
public override bool Equals(object? obj)
Parameters
| Type | Name | Description |
|---|---|---|
| object | obj |
Returns
| Type | Description |
|---|---|
| bool |
Overrides
GetHashCode()
Declaration
public override int GetHashCode()
Returns
| Type | Description |
|---|---|
| int |