mirror of
https://github.com/ZuneDev/ZuneShell.dll.git
synced 2026-07-27 13:11:51 -07:00
Removed unnecessary casts
This commit is contained in:
@@ -24,7 +24,7 @@ namespace Microsoft.Iris.RenderAPI
|
||||
|
||||
public override int GetHashCode() => this.hr;
|
||||
|
||||
public override string ToString() => "hr:" + this.hr.ToString("X", (IFormatProvider)CultureInfo.InvariantCulture);
|
||||
public override string ToString() => "hr:" + this.hr.ToString("X", CultureInfo.InvariantCulture);
|
||||
|
||||
public bool IsError() => this.hr < 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user