[#39] Client: add memory usage optimizations
Signed-off-by: Pavel Gross <p.gross@yadro.com>
This commit is contained in:
parent
d6fe034453
commit
32a7e64538
14 changed files with 120 additions and 92 deletions
|
@ -6,7 +6,7 @@ public struct Resources(bool inverted, string[] names) : System.IEquatable<Resou
|
|||
|
||||
public string[] Names { get; set; } = names;
|
||||
|
||||
public override bool Equals(object obj)
|
||||
public override readonly bool Equals(object obj)
|
||||
{
|
||||
if (obj == null || obj is not Resources)
|
||||
return false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue