mirror of
https://git.ryujinx.app/projects/Kenji-NX.git
synced 2026-09-26 07:10:07 +02:00
misc: chore: Android: Clean up .NET code, resolve warnings
This commit is contained in:
@@ -14,7 +14,7 @@ public readonly struct JStringLocalRef : IEquatable<JStringLocalRef>
|
||||
#endregion
|
||||
|
||||
#region Override Methods
|
||||
public override Boolean Equals([NotNullWhen(true)] Object obj)
|
||||
public override Boolean Equals([NotNullWhen(true)] object? obj)
|
||||
=> obj is JStringLocalRef other && this.Equals(other);
|
||||
public override Int32 GetHashCode() => this._value.GetHashCode();
|
||||
#endregion
|
||||
|
||||
Reference in New Issue
Block a user