Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
IEqualityOperators.cs
Go to the documentation of this file.
1
using
System.Runtime.Versioning
;
2
3
namespace
System
;
4
5
[RequiresPreviewFeatures(
"Generic Math is in preview."
, Url =
"https://aka.ms/dotnet-warnings/generic-math-preview"
)]
6
public
interface
IEqualityOperators
<TSelf, TOther> :
IEquatable
<TOther> where TSelf :
IEqualityOperators
<TSelf, TOther>
7
{
8
static
abstract
bool
operator ==
(TSelf left, TOther right);
9
10
static
abstract
bool
operator !=
(TSelf left, TOther right);
11
}
System.IEqualityOperators.operator==
static bool operator==(TSelf left, TOther right)
System.IEqualityOperators.operator!=
static bool operator!=(TSelf left, TOther right)
System.IEqualityOperators
Definition
IEqualityOperators.cs:7
System.IEquatable
Definition
IEquatable.cs:4
System.Runtime.Versioning
Definition
NonVersionableAttribute.cs:1
System
Definition
BlockingCollection.cs:8
source
System.Private.CoreLib
System
IEqualityOperators.cs
Generated by
1.10.0