CaptureId Struct

Definition

Capture Id is an opaque identifier to represent an intermediate result from an IFlowCaptureOperation.

public value class CaptureId : IEquatable<Microsoft::CodeAnalysis::FlowAnalysis::CaptureId>
public struct CaptureId : IEquatable<Microsoft.CodeAnalysis.FlowAnalysis.CaptureId>
public readonly struct CaptureId : IEquatable<Microsoft.CodeAnalysis.FlowAnalysis.CaptureId>
type CaptureId = struct
Public Structure CaptureId
Implements IEquatable(Of CaptureId)
Inheritance
CaptureId
Implements

Methods

Equals(CaptureId)

Compares CaptureIds.

Equals(Object)

Indicates whether this instance and a specified object are equal.

GetHashCode()

Returns the hash code for this instance.

Applies to