mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-30 05:15:59 +02:00
Added some Commutable attributes
This commit is contained in:
parent
195a699af4
commit
3f6eae6bfc
4 changed files with 6 additions and 1 deletions
|
@ -90,7 +90,7 @@ namespace System
|
|||
return value.mValue;
|
||||
}
|
||||
|
||||
[Inline]
|
||||
[Inline, Commutable]
|
||||
public static bool operator==(Nullable<T> lhs, T rhs)
|
||||
{
|
||||
if (!lhs.mHasValue) return false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue