### YamlMime:ManagedReference items: - uid: Misaki.HighPerformance.Jobs.JobHandle commentId: T:Misaki.HighPerformance.Jobs.JobHandle id: JobHandle parent: Misaki.HighPerformance.Jobs children: - Misaki.HighPerformance.Jobs.JobHandle.Equals(Misaki.HighPerformance.Jobs.JobHandle) - Misaki.HighPerformance.Jobs.JobHandle.Equals(System.Object) - Misaki.HighPerformance.Jobs.JobHandle.GetHashCode - Misaki.HighPerformance.Jobs.JobHandle.ID - Misaki.HighPerformance.Jobs.JobHandle.Invalid - Misaki.HighPerformance.Jobs.JobHandle.IsValid - Misaki.HighPerformance.Jobs.JobHandle.ToString - Misaki.HighPerformance.Jobs.JobHandle.generation - Misaki.HighPerformance.Jobs.JobHandle.op_Equality(Misaki.HighPerformance.Jobs.JobHandle,Misaki.HighPerformance.Jobs.JobHandle) - Misaki.HighPerformance.Jobs.JobHandle.op_Inequality(Misaki.HighPerformance.Jobs.JobHandle,Misaki.HighPerformance.Jobs.JobHandle) langs: - csharp - vb name: JobHandle nameWithType: JobHandle fullName: Misaki.HighPerformance.Jobs.JobHandle type: Struct source: remote: path: src/Misaki.HighPerformance.Jobs/JobHandle.cs branch: main repo: https://git.personalnas.com/Misaki/Misaki.HighPerformance.git id: JobHandle path: src/Misaki.HighPerformance.Jobs/JobHandle.cs startLine: 4 assemblies: - Misaki.HighPerformance.Jobs namespace: Misaki.HighPerformance.Jobs syntax: content: 'public readonly struct JobHandle : IEquatable' content.vb: Public Structure JobHandle Implements IEquatable(Of JobHandle) implements: - System.IEquatable{Misaki.HighPerformance.Jobs.JobHandle} inheritedMembers: - System.Object.Equals(System.Object,System.Object) - System.Object.GetType - System.Object.ReferenceEquals(System.Object,System.Object) - uid: Misaki.HighPerformance.Jobs.JobHandle.ID commentId: P:Misaki.HighPerformance.Jobs.JobHandle.ID id: ID parent: Misaki.HighPerformance.Jobs.JobHandle langs: - csharp - vb name: ID nameWithType: JobHandle.ID fullName: Misaki.HighPerformance.Jobs.JobHandle.ID type: Property source: remote: path: src/Misaki.HighPerformance.Jobs/JobHandle.cs branch: main repo: https://git.personalnas.com/Misaki/Misaki.HighPerformance.git id: ID path: src/Misaki.HighPerformance.Jobs/JobHandle.cs startLine: 9 assemblies: - Misaki.HighPerformance.Jobs namespace: Misaki.HighPerformance.Jobs syntax: content: public int ID { get; } parameters: [] return: type: System.Int32 content.vb: Public ReadOnly Property ID As Integer overload: Misaki.HighPerformance.Jobs.JobHandle.ID* - uid: Misaki.HighPerformance.Jobs.JobHandle.generation commentId: P:Misaki.HighPerformance.Jobs.JobHandle.generation id: generation parent: Misaki.HighPerformance.Jobs.JobHandle langs: - csharp - vb name: generation nameWithType: JobHandle.generation fullName: Misaki.HighPerformance.Jobs.JobHandle.generation type: Property source: remote: path: src/Misaki.HighPerformance.Jobs/JobHandle.cs branch: main repo: https://git.personalnas.com/Misaki/Misaki.HighPerformance.git id: generation path: src/Misaki.HighPerformance.Jobs/JobHandle.cs startLine: 15 assemblies: - Misaki.HighPerformance.Jobs namespace: Misaki.HighPerformance.Jobs syntax: content: public int generation { get; } parameters: [] return: type: System.Int32 content.vb: Public ReadOnly Property generation As Integer overload: Misaki.HighPerformance.Jobs.JobHandle.generation* - uid: Misaki.HighPerformance.Jobs.JobHandle.Invalid commentId: P:Misaki.HighPerformance.Jobs.JobHandle.Invalid id: Invalid parent: Misaki.HighPerformance.Jobs.JobHandle langs: - csharp - vb name: Invalid nameWithType: JobHandle.Invalid fullName: Misaki.HighPerformance.Jobs.JobHandle.Invalid type: Property source: remote: path: src/Misaki.HighPerformance.Jobs/JobHandle.cs branch: main repo: https://git.personalnas.com/Misaki/Misaki.HighPerformance.git id: Invalid path: src/Misaki.HighPerformance.Jobs/JobHandle.cs startLine: 21 assemblies: - Misaki.HighPerformance.Jobs namespace: Misaki.HighPerformance.Jobs syntax: content: public static JobHandle Invalid { get; } parameters: [] return: type: Misaki.HighPerformance.Jobs.JobHandle content.vb: Public Shared ReadOnly Property Invalid As JobHandle overload: Misaki.HighPerformance.Jobs.JobHandle.Invalid* - uid: Misaki.HighPerformance.Jobs.JobHandle.IsValid commentId: P:Misaki.HighPerformance.Jobs.JobHandle.IsValid id: IsValid parent: Misaki.HighPerformance.Jobs.JobHandle langs: - csharp - vb name: IsValid nameWithType: JobHandle.IsValid fullName: Misaki.HighPerformance.Jobs.JobHandle.IsValid type: Property source: remote: path: src/Misaki.HighPerformance.Jobs/JobHandle.cs branch: main repo: https://git.personalnas.com/Misaki/Misaki.HighPerformance.git id: IsValid path: src/Misaki.HighPerformance.Jobs/JobHandle.cs startLine: 23 assemblies: - Misaki.HighPerformance.Jobs namespace: Misaki.HighPerformance.Jobs syntax: content: public bool IsValid { get; } parameters: [] return: type: System.Boolean content.vb: Public ReadOnly Property IsValid As Boolean overload: Misaki.HighPerformance.Jobs.JobHandle.IsValid* - uid: Misaki.HighPerformance.Jobs.JobHandle.Equals(Misaki.HighPerformance.Jobs.JobHandle) commentId: M:Misaki.HighPerformance.Jobs.JobHandle.Equals(Misaki.HighPerformance.Jobs.JobHandle) id: Equals(Misaki.HighPerformance.Jobs.JobHandle) parent: Misaki.HighPerformance.Jobs.JobHandle langs: - csharp - vb name: Equals(JobHandle) nameWithType: JobHandle.Equals(JobHandle) fullName: Misaki.HighPerformance.Jobs.JobHandle.Equals(Misaki.HighPerformance.Jobs.JobHandle) type: Method source: remote: path: src/Misaki.HighPerformance.Jobs/JobHandle.cs branch: main repo: https://git.personalnas.com/Misaki/Misaki.HighPerformance.git id: Equals path: src/Misaki.HighPerformance.Jobs/JobHandle.cs startLine: 31 assemblies: - Misaki.HighPerformance.Jobs namespace: Misaki.HighPerformance.Jobs summary: Indicates whether the current object is equal to another object of the same type. example: [] syntax: content: public bool Equals(JobHandle other) parameters: - id: other type: Misaki.HighPerformance.Jobs.JobHandle description: An object to compare with this object. return: type: System.Boolean description: true if the current object is equal to the other parameter; otherwise, false. content.vb: Public Function Equals(other As JobHandle) As Boolean overload: Misaki.HighPerformance.Jobs.JobHandle.Equals* implements: - System.IEquatable{Misaki.HighPerformance.Jobs.JobHandle}.Equals(Misaki.HighPerformance.Jobs.JobHandle) - uid: Misaki.HighPerformance.Jobs.JobHandle.Equals(System.Object) commentId: M:Misaki.HighPerformance.Jobs.JobHandle.Equals(System.Object) id: Equals(System.Object) parent: Misaki.HighPerformance.Jobs.JobHandle langs: - csharp - vb name: Equals(object?) nameWithType: JobHandle.Equals(object?) fullName: Misaki.HighPerformance.Jobs.JobHandle.Equals(object?) type: Method source: remote: path: src/Misaki.HighPerformance.Jobs/JobHandle.cs branch: main repo: https://git.personalnas.com/Misaki/Misaki.HighPerformance.git id: Equals path: src/Misaki.HighPerformance.Jobs/JobHandle.cs startLine: 36 assemblies: - Misaki.HighPerformance.Jobs namespace: Misaki.HighPerformance.Jobs summary: Indicates whether this instance and a specified object are equal. example: [] syntax: content: public override bool Equals(object? obj) parameters: - id: obj type: System.Object description: The object to compare with the current instance. return: type: System.Boolean description: true if obj and this instance are the same type and represent the same value; otherwise, false. content.vb: Public Overrides Function Equals(obj As Object) As Boolean overridden: System.ValueType.Equals(System.Object) overload: Misaki.HighPerformance.Jobs.JobHandle.Equals* nameWithType.vb: JobHandle.Equals(Object) fullName.vb: Misaki.HighPerformance.Jobs.JobHandle.Equals(Object) name.vb: Equals(Object) - uid: Misaki.HighPerformance.Jobs.JobHandle.GetHashCode commentId: M:Misaki.HighPerformance.Jobs.JobHandle.GetHashCode id: GetHashCode parent: Misaki.HighPerformance.Jobs.JobHandle langs: - csharp - vb name: GetHashCode() nameWithType: JobHandle.GetHashCode() fullName: Misaki.HighPerformance.Jobs.JobHandle.GetHashCode() type: Method source: remote: path: src/Misaki.HighPerformance.Jobs/JobHandle.cs branch: main repo: https://git.personalnas.com/Misaki/Misaki.HighPerformance.git id: GetHashCode path: src/Misaki.HighPerformance.Jobs/JobHandle.cs startLine: 41 assemblies: - Misaki.HighPerformance.Jobs namespace: Misaki.HighPerformance.Jobs summary: Returns the hash code for this instance. example: [] syntax: content: public override int GetHashCode() return: type: System.Int32 description: A 32-bit signed integer that is the hash code for this instance. content.vb: Public Overrides Function GetHashCode() As Integer overridden: System.ValueType.GetHashCode overload: Misaki.HighPerformance.Jobs.JobHandle.GetHashCode* - uid: Misaki.HighPerformance.Jobs.JobHandle.ToString commentId: M:Misaki.HighPerformance.Jobs.JobHandle.ToString id: ToString parent: Misaki.HighPerformance.Jobs.JobHandle langs: - csharp - vb name: ToString() nameWithType: JobHandle.ToString() fullName: Misaki.HighPerformance.Jobs.JobHandle.ToString() type: Method source: remote: path: src/Misaki.HighPerformance.Jobs/JobHandle.cs branch: main repo: https://git.personalnas.com/Misaki/Misaki.HighPerformance.git id: ToString path: src/Misaki.HighPerformance.Jobs/JobHandle.cs startLine: 46 assemblies: - Misaki.HighPerformance.Jobs namespace: Misaki.HighPerformance.Jobs summary: Returns the fully qualified type name of this instance. example: [] syntax: content: public override string ToString() return: type: System.String description: The fully qualified type name. content.vb: Public Overrides Function ToString() As String overridden: System.ValueType.ToString overload: Misaki.HighPerformance.Jobs.JobHandle.ToString* - uid: Misaki.HighPerformance.Jobs.JobHandle.op_Equality(Misaki.HighPerformance.Jobs.JobHandle,Misaki.HighPerformance.Jobs.JobHandle) commentId: M:Misaki.HighPerformance.Jobs.JobHandle.op_Equality(Misaki.HighPerformance.Jobs.JobHandle,Misaki.HighPerformance.Jobs.JobHandle) id: op_Equality(Misaki.HighPerformance.Jobs.JobHandle,Misaki.HighPerformance.Jobs.JobHandle) parent: Misaki.HighPerformance.Jobs.JobHandle langs: - csharp - vb name: operator ==(JobHandle, JobHandle) nameWithType: JobHandle.operator ==(JobHandle, JobHandle) fullName: Misaki.HighPerformance.Jobs.JobHandle.operator ==(Misaki.HighPerformance.Jobs.JobHandle, Misaki.HighPerformance.Jobs.JobHandle) type: Operator source: remote: path: src/Misaki.HighPerformance.Jobs/JobHandle.cs branch: main repo: https://git.personalnas.com/Misaki/Misaki.HighPerformance.git id: op_Equality path: src/Misaki.HighPerformance.Jobs/JobHandle.cs startLine: 51 assemblies: - Misaki.HighPerformance.Jobs namespace: Misaki.HighPerformance.Jobs syntax: content: public static bool operator ==(JobHandle left, JobHandle right) parameters: - id: left type: Misaki.HighPerformance.Jobs.JobHandle - id: right type: Misaki.HighPerformance.Jobs.JobHandle return: type: System.Boolean content.vb: Public Shared Operator =(left As JobHandle, right As JobHandle) As Boolean overload: Misaki.HighPerformance.Jobs.JobHandle.op_Equality* nameWithType.vb: JobHandle.=(JobHandle, JobHandle) fullName.vb: Misaki.HighPerformance.Jobs.JobHandle.=(Misaki.HighPerformance.Jobs.JobHandle, Misaki.HighPerformance.Jobs.JobHandle) name.vb: =(JobHandle, JobHandle) - uid: Misaki.HighPerformance.Jobs.JobHandle.op_Inequality(Misaki.HighPerformance.Jobs.JobHandle,Misaki.HighPerformance.Jobs.JobHandle) commentId: M:Misaki.HighPerformance.Jobs.JobHandle.op_Inequality(Misaki.HighPerformance.Jobs.JobHandle,Misaki.HighPerformance.Jobs.JobHandle) id: op_Inequality(Misaki.HighPerformance.Jobs.JobHandle,Misaki.HighPerformance.Jobs.JobHandle) parent: Misaki.HighPerformance.Jobs.JobHandle langs: - csharp - vb name: operator !=(JobHandle, JobHandle) nameWithType: JobHandle.operator !=(JobHandle, JobHandle) fullName: Misaki.HighPerformance.Jobs.JobHandle.operator !=(Misaki.HighPerformance.Jobs.JobHandle, Misaki.HighPerformance.Jobs.JobHandle) type: Operator source: remote: path: src/Misaki.HighPerformance.Jobs/JobHandle.cs branch: main repo: https://git.personalnas.com/Misaki/Misaki.HighPerformance.git id: op_Inequality path: src/Misaki.HighPerformance.Jobs/JobHandle.cs startLine: 56 assemblies: - Misaki.HighPerformance.Jobs namespace: Misaki.HighPerformance.Jobs syntax: content: public static bool operator !=(JobHandle left, JobHandle right) parameters: - id: left type: Misaki.HighPerformance.Jobs.JobHandle - id: right type: Misaki.HighPerformance.Jobs.JobHandle return: type: System.Boolean content.vb: Public Shared Operator <>(left As JobHandle, right As JobHandle) As Boolean overload: Misaki.HighPerformance.Jobs.JobHandle.op_Inequality* nameWithType.vb: JobHandle.<>(JobHandle, JobHandle) fullName.vb: Misaki.HighPerformance.Jobs.JobHandle.<>(Misaki.HighPerformance.Jobs.JobHandle, Misaki.HighPerformance.Jobs.JobHandle) name.vb: <>(JobHandle, JobHandle) references: - uid: Misaki.HighPerformance.Jobs commentId: N:Misaki.HighPerformance.Jobs href: Misaki.html name: Misaki.HighPerformance.Jobs nameWithType: Misaki.HighPerformance.Jobs fullName: Misaki.HighPerformance.Jobs spec.csharp: - uid: Misaki name: Misaki href: Misaki.html - name: . - uid: Misaki.HighPerformance name: HighPerformance href: Misaki.HighPerformance.html - name: . - uid: Misaki.HighPerformance.Jobs name: Jobs href: Misaki.HighPerformance.Jobs.html spec.vb: - uid: Misaki name: Misaki href: Misaki.html - name: . - uid: Misaki.HighPerformance name: HighPerformance href: Misaki.HighPerformance.html - name: . - uid: Misaki.HighPerformance.Jobs name: Jobs href: Misaki.HighPerformance.Jobs.html - uid: System.IEquatable{Misaki.HighPerformance.Jobs.JobHandle} commentId: T:System.IEquatable{Misaki.HighPerformance.Jobs.JobHandle} parent: System definition: System.IEquatable`1 href: https://learn.microsoft.com/dotnet/api/system.iequatable-1 name: IEquatable nameWithType: IEquatable fullName: System.IEquatable nameWithType.vb: IEquatable(Of JobHandle) fullName.vb: System.IEquatable(Of Misaki.HighPerformance.Jobs.JobHandle) name.vb: IEquatable(Of JobHandle) spec.csharp: - uid: System.IEquatable`1 name: IEquatable isExternal: true href: https://learn.microsoft.com/dotnet/api/system.iequatable-1 - name: < - uid: Misaki.HighPerformance.Jobs.JobHandle name: JobHandle href: Misaki.HighPerformance.Jobs.JobHandle.html - name: '>' spec.vb: - uid: System.IEquatable`1 name: IEquatable isExternal: true href: https://learn.microsoft.com/dotnet/api/system.iequatable-1 - name: ( - name: Of - name: " " - uid: Misaki.HighPerformance.Jobs.JobHandle name: JobHandle href: Misaki.HighPerformance.Jobs.JobHandle.html - name: ) - uid: System.Object.Equals(System.Object,System.Object) commentId: M:System.Object.Equals(System.Object,System.Object) parent: System.Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) name: Equals(object, object) nameWithType: object.Equals(object, object) fullName: object.Equals(object, object) nameWithType.vb: Object.Equals(Object, Object) fullName.vb: Object.Equals(Object, Object) name.vb: Equals(Object, Object) spec.csharp: - uid: System.Object.Equals(System.Object,System.Object) name: Equals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) - name: ( - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ',' - name: " " - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) spec.vb: - uid: System.Object.Equals(System.Object,System.Object) name: Equals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) - name: ( - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ',' - name: " " - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) - uid: System.Object.GetType commentId: M:System.Object.GetType parent: System.Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.gettype name: GetType() nameWithType: object.GetType() fullName: object.GetType() nameWithType.vb: Object.GetType() fullName.vb: Object.GetType() spec.csharp: - uid: System.Object.GetType name: GetType isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.gettype - name: ( - name: ) spec.vb: - uid: System.Object.GetType name: GetType isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.gettype - name: ( - name: ) - uid: System.Object.ReferenceEquals(System.Object,System.Object) commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) parent: System.Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals name: ReferenceEquals(object, object) nameWithType: object.ReferenceEquals(object, object) fullName: object.ReferenceEquals(object, object) nameWithType.vb: Object.ReferenceEquals(Object, Object) fullName.vb: Object.ReferenceEquals(Object, Object) name.vb: ReferenceEquals(Object, Object) spec.csharp: - uid: System.Object.ReferenceEquals(System.Object,System.Object) name: ReferenceEquals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals - name: ( - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ',' - name: " " - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) spec.vb: - uid: System.Object.ReferenceEquals(System.Object,System.Object) name: ReferenceEquals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals - name: ( - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ',' - name: " " - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) - uid: System.IEquatable`1 commentId: T:System.IEquatable`1 isExternal: true href: https://learn.microsoft.com/dotnet/api/system.iequatable-1 name: IEquatable nameWithType: IEquatable fullName: System.IEquatable nameWithType.vb: IEquatable(Of T) fullName.vb: System.IEquatable(Of T) name.vb: IEquatable(Of T) spec.csharp: - uid: System.IEquatable`1 name: IEquatable isExternal: true href: https://learn.microsoft.com/dotnet/api/system.iequatable-1 - name: < - name: T - name: '>' spec.vb: - uid: System.IEquatable`1 name: IEquatable isExternal: true href: https://learn.microsoft.com/dotnet/api/system.iequatable-1 - name: ( - name: Of - name: " " - name: T - name: ) - uid: System commentId: N:System isExternal: true href: https://learn.microsoft.com/dotnet/api/system name: System nameWithType: System fullName: System - uid: System.Object commentId: T:System.Object parent: System isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object name: object nameWithType: object fullName: object nameWithType.vb: Object fullName.vb: Object name.vb: Object - uid: Misaki.HighPerformance.Jobs.JobHandle.ID* commentId: Overload:Misaki.HighPerformance.Jobs.JobHandle.ID href: Misaki.HighPerformance.Jobs.JobHandle.html#Misaki_HighPerformance_Jobs_JobHandle_ID name: ID nameWithType: JobHandle.ID fullName: Misaki.HighPerformance.Jobs.JobHandle.ID - uid: System.Int32 commentId: T:System.Int32 parent: System isExternal: true href: https://learn.microsoft.com/dotnet/api/system.int32 name: int nameWithType: int fullName: int nameWithType.vb: Integer fullName.vb: Integer name.vb: Integer - uid: Misaki.HighPerformance.Jobs.JobHandle.generation* commentId: Overload:Misaki.HighPerformance.Jobs.JobHandle.generation href: Misaki.HighPerformance.Jobs.JobHandle.html#Misaki_HighPerformance_Jobs_JobHandle_generation name: generation nameWithType: JobHandle.generation fullName: Misaki.HighPerformance.Jobs.JobHandle.generation - uid: Misaki.HighPerformance.Jobs.JobHandle.Invalid* commentId: Overload:Misaki.HighPerformance.Jobs.JobHandle.Invalid href: Misaki.HighPerformance.Jobs.JobHandle.html#Misaki_HighPerformance_Jobs_JobHandle_Invalid name: Invalid nameWithType: JobHandle.Invalid fullName: Misaki.HighPerformance.Jobs.JobHandle.Invalid - uid: Misaki.HighPerformance.Jobs.JobHandle commentId: T:Misaki.HighPerformance.Jobs.JobHandle parent: Misaki.HighPerformance.Jobs href: Misaki.HighPerformance.Jobs.JobHandle.html name: JobHandle nameWithType: JobHandle fullName: Misaki.HighPerformance.Jobs.JobHandle - uid: Misaki.HighPerformance.Jobs.JobHandle.IsValid* commentId: Overload:Misaki.HighPerformance.Jobs.JobHandle.IsValid href: Misaki.HighPerformance.Jobs.JobHandle.html#Misaki_HighPerformance_Jobs_JobHandle_IsValid name: IsValid nameWithType: JobHandle.IsValid fullName: Misaki.HighPerformance.Jobs.JobHandle.IsValid - uid: System.Boolean commentId: T:System.Boolean parent: System isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean name: bool nameWithType: bool fullName: bool nameWithType.vb: Boolean fullName.vb: Boolean name.vb: Boolean - uid: Misaki.HighPerformance.Jobs.JobHandle.Equals* commentId: Overload:Misaki.HighPerformance.Jobs.JobHandle.Equals href: Misaki.HighPerformance.Jobs.JobHandle.html#Misaki_HighPerformance_Jobs_JobHandle_Equals_Misaki_HighPerformance_Jobs_JobHandle_ name: Equals nameWithType: JobHandle.Equals fullName: Misaki.HighPerformance.Jobs.JobHandle.Equals - uid: System.IEquatable{Misaki.HighPerformance.Jobs.JobHandle}.Equals(Misaki.HighPerformance.Jobs.JobHandle) commentId: M:System.IEquatable{Misaki.HighPerformance.Jobs.JobHandle}.Equals(Misaki.HighPerformance.Jobs.JobHandle) parent: System.IEquatable{Misaki.HighPerformance.Jobs.JobHandle} definition: System.IEquatable`1.Equals(`0) href: https://learn.microsoft.com/dotnet/api/system.iequatable-1.equals name: Equals(JobHandle) nameWithType: IEquatable.Equals(JobHandle) fullName: System.IEquatable.Equals(Misaki.HighPerformance.Jobs.JobHandle) nameWithType.vb: IEquatable(Of JobHandle).Equals(JobHandle) fullName.vb: System.IEquatable(Of Misaki.HighPerformance.Jobs.JobHandle).Equals(Misaki.HighPerformance.Jobs.JobHandle) spec.csharp: - uid: System.IEquatable{Misaki.HighPerformance.Jobs.JobHandle}.Equals(Misaki.HighPerformance.Jobs.JobHandle) name: Equals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.iequatable-1.equals - name: ( - uid: Misaki.HighPerformance.Jobs.JobHandle name: JobHandle href: Misaki.HighPerformance.Jobs.JobHandle.html - name: ) spec.vb: - uid: System.IEquatable{Misaki.HighPerformance.Jobs.JobHandle}.Equals(Misaki.HighPerformance.Jobs.JobHandle) name: Equals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.iequatable-1.equals - name: ( - uid: Misaki.HighPerformance.Jobs.JobHandle name: JobHandle href: Misaki.HighPerformance.Jobs.JobHandle.html - name: ) - uid: System.IEquatable`1.Equals(`0) commentId: M:System.IEquatable`1.Equals(`0) isExternal: true href: https://learn.microsoft.com/dotnet/api/system.iequatable-1.equals name: Equals(T) nameWithType: IEquatable.Equals(T) fullName: System.IEquatable.Equals(T) nameWithType.vb: IEquatable(Of T).Equals(T) fullName.vb: System.IEquatable(Of T).Equals(T) spec.csharp: - uid: System.IEquatable`1.Equals(`0) name: Equals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.iequatable-1.equals - name: ( - name: T - name: ) spec.vb: - uid: System.IEquatable`1.Equals(`0) name: Equals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.iequatable-1.equals - name: ( - name: T - name: ) - uid: System.ValueType.Equals(System.Object) commentId: M:System.ValueType.Equals(System.Object) parent: System.ValueType isExternal: true href: https://learn.microsoft.com/dotnet/api/system.valuetype.equals name: Equals(object) nameWithType: ValueType.Equals(object) fullName: System.ValueType.Equals(object) nameWithType.vb: ValueType.Equals(Object) fullName.vb: System.ValueType.Equals(Object) name.vb: Equals(Object) spec.csharp: - uid: System.ValueType.Equals(System.Object) name: Equals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.valuetype.equals - name: ( - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) spec.vb: - uid: System.ValueType.Equals(System.Object) name: Equals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.valuetype.equals - name: ( - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) - uid: System.ValueType commentId: T:System.ValueType parent: System isExternal: true href: https://learn.microsoft.com/dotnet/api/system.valuetype name: ValueType nameWithType: ValueType fullName: System.ValueType - uid: System.ValueType.GetHashCode commentId: M:System.ValueType.GetHashCode parent: System.ValueType isExternal: true href: https://learn.microsoft.com/dotnet/api/system.valuetype.gethashcode name: GetHashCode() nameWithType: ValueType.GetHashCode() fullName: System.ValueType.GetHashCode() spec.csharp: - uid: System.ValueType.GetHashCode name: GetHashCode isExternal: true href: https://learn.microsoft.com/dotnet/api/system.valuetype.gethashcode - name: ( - name: ) spec.vb: - uid: System.ValueType.GetHashCode name: GetHashCode isExternal: true href: https://learn.microsoft.com/dotnet/api/system.valuetype.gethashcode - name: ( - name: ) - uid: Misaki.HighPerformance.Jobs.JobHandle.GetHashCode* commentId: Overload:Misaki.HighPerformance.Jobs.JobHandle.GetHashCode href: Misaki.HighPerformance.Jobs.JobHandle.html#Misaki_HighPerformance_Jobs_JobHandle_GetHashCode name: GetHashCode nameWithType: JobHandle.GetHashCode fullName: Misaki.HighPerformance.Jobs.JobHandle.GetHashCode - uid: System.ValueType.ToString commentId: M:System.ValueType.ToString parent: System.ValueType isExternal: true href: https://learn.microsoft.com/dotnet/api/system.valuetype.tostring name: ToString() nameWithType: ValueType.ToString() fullName: System.ValueType.ToString() spec.csharp: - uid: System.ValueType.ToString name: ToString isExternal: true href: https://learn.microsoft.com/dotnet/api/system.valuetype.tostring - name: ( - name: ) spec.vb: - uid: System.ValueType.ToString name: ToString isExternal: true href: https://learn.microsoft.com/dotnet/api/system.valuetype.tostring - name: ( - name: ) - uid: Misaki.HighPerformance.Jobs.JobHandle.ToString* commentId: Overload:Misaki.HighPerformance.Jobs.JobHandle.ToString href: Misaki.HighPerformance.Jobs.JobHandle.html#Misaki_HighPerformance_Jobs_JobHandle_ToString name: ToString nameWithType: JobHandle.ToString fullName: Misaki.HighPerformance.Jobs.JobHandle.ToString - uid: System.String commentId: T:System.String parent: System isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string name: string nameWithType: string fullName: string nameWithType.vb: String fullName.vb: String name.vb: String - uid: Misaki.HighPerformance.Jobs.JobHandle.op_Equality* commentId: Overload:Misaki.HighPerformance.Jobs.JobHandle.op_Equality href: Misaki.HighPerformance.Jobs.JobHandle.html#Misaki_HighPerformance_Jobs_JobHandle_op_Equality_Misaki_HighPerformance_Jobs_JobHandle_Misaki_HighPerformance_Jobs_JobHandle_ name: operator == nameWithType: JobHandle.operator == fullName: Misaki.HighPerformance.Jobs.JobHandle.operator == nameWithType.vb: JobHandle.= fullName.vb: Misaki.HighPerformance.Jobs.JobHandle.= name.vb: = spec.csharp: - name: operator - name: " " - uid: Misaki.HighPerformance.Jobs.JobHandle.op_Equality* name: == href: Misaki.HighPerformance.Jobs.JobHandle.html#Misaki_HighPerformance_Jobs_JobHandle_op_Equality_Misaki_HighPerformance_Jobs_JobHandle_Misaki_HighPerformance_Jobs_JobHandle_ - uid: Misaki.HighPerformance.Jobs.JobHandle.op_Inequality* commentId: Overload:Misaki.HighPerformance.Jobs.JobHandle.op_Inequality href: Misaki.HighPerformance.Jobs.JobHandle.html#Misaki_HighPerformance_Jobs_JobHandle_op_Inequality_Misaki_HighPerformance_Jobs_JobHandle_Misaki_HighPerformance_Jobs_JobHandle_ name: operator != nameWithType: JobHandle.operator != fullName: Misaki.HighPerformance.Jobs.JobHandle.operator != nameWithType.vb: JobHandle.<> fullName.vb: Misaki.HighPerformance.Jobs.JobHandle.<> name.vb: <> spec.csharp: - name: operator - name: " " - uid: Misaki.HighPerformance.Jobs.JobHandle.op_Inequality* name: '!=' href: Misaki.HighPerformance.Jobs.JobHandle.html#Misaki_HighPerformance_Jobs_JobHandle_op_Inequality_Misaki_HighPerformance_Jobs_JobHandle_Misaki_HighPerformance_Jobs_JobHandle_