◆ Equals()
override bool BrawlLib.Internal.ReferenceEqualityComparer.Equals |
( |
object |
x, |
|
|
object |
y |
|
) |
| |
|
inline |
420 {
421 return ReferenceEquals(x, y);
422 }
◆ GetHashCode()
override int BrawlLib.Internal.ReferenceEqualityComparer.GetHashCode |
( |
object |
obj | ) |
|
|
inline |
425 {
426 if (obj == null)
427 {
428 return 0;
429 }
430
431 return obj.GetHashCode();
432 }
The documentation for this class was generated from the following file:
- BrawlLib/Internal/Helpers.cs