mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-16 23:34:10 +02:00
More commutable attributes
This commit is contained in:
parent
3f6eae6bfc
commit
5096e65fc7
3 changed files with 3 additions and 0 deletions
|
@ -231,6 +231,7 @@ namespace IDE.ui
|
|||
return this == other;
|
||||
}
|
||||
|
||||
[Commutable]
|
||||
public static bool operator==(PendingEntry val1, PendingEntry val2)
|
||||
{
|
||||
if (((Object)val1 == null) || ((Object)val2 == null))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue