TextStudioGenerationHandle
public readonly struct TextStudioGenerationHandleGeneration-safe identifier used by extension registrations and authority leases.
Methods
Section titled “Methods”
Equals(TextStudioGenerationHandle)
Section titled “Equals(TextStudioGenerationHandle)”public bool Equals(TextStudioGenerationHandle other)Parameters
| Name | Type |
|---|---|
other |
TextStudio.TextStudioGenerationHandle |
Returns
System.Boolean
Equals(object)
Section titled “Equals(object)”public override bool Equals(object obj)Parameters
| Name | Type |
|---|---|
obj |
System.Object |
Returns
System.Boolean
GetHashCode()
Section titled “GetHashCode()”public override int GetHashCode()Returns
System.Int32
Operators
Section titled “Operators”
operator ==(TextStudioGenerationHandle, TextStudioGenerationHandle)
Section titled “operator ==(TextStudioGenerationHandle, TextStudioGenerationHandle)”public static bool operator ==(TextStudioGenerationHandle left, TextStudioGenerationHandle right)Reports whether two generation handles identify the same live slot generation.
Parameters
| Name | Type |
|---|---|
left |
TextStudio.TextStudioGenerationHandle |
right |
TextStudio.TextStudioGenerationHandle |
Returns
System.Boolean
operator !=(TextStudioGenerationHandle, TextStudioGenerationHandle)
Section titled “operator !=(TextStudioGenerationHandle, TextStudioGenerationHandle)”public static bool operator !=(TextStudioGenerationHandle left, TextStudioGenerationHandle right)Reports whether two generation handles identify different slot generations.
Parameters
| Name | Type |
|---|---|
left |
TextStudio.TextStudioGenerationHandle |
right |
TextStudio.TextStudioGenerationHandle |
Returns
System.Boolean
Properties
Section titled “Properties”
public int Slot { get; }Returns
System.Int32
Generation
Section titled “Generation”public uint Generation { get; }Returns
System.UInt32
IsValid
Section titled “IsValid”public bool IsValid { get; }Returns
System.Boolean