CaptureId Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |