misc: chore: Android: Clean up .NET code, resolve warnings

This commit is contained in:
KeatonTheBot
2025-06-22 22:29:27 -05:00
parent 9955191651
commit a9954c23cc
33 changed files with 166 additions and 156 deletions
@@ -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