Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
operator==()
static
bool
System.Net.Http.HttpMethod.operator==
(
HttpMethod
?
left
,
HttpMethod
?
right
)
inline
static
Definition at line
151
of file
HttpMethod.cs
.
152
{
153
if
((
object
)left !=
null
&& (
object
)right !=
null
)
154
{
155
return
left.Equals(right);
156
}
157
return
(
object
)left == right;
158
}
References
System.Net.Http.HttpMethod.Equals()
.
System
Net
Http
HttpMethod
Generated by
1.10.0