Method Equals
- Namespace
- MonoMod.Utils
- Assembly
- MonoMod.Utils.dll
Equals(Type?, Type?)
Determines whether the specified objects are equal.
public bool Equals(Type? x, Type? y)
Parameters
x
Type
- The first object of type
T
to compare.
y
Type
- The second object of type
T
to compare.
Returns
- bool
- true if the specified objects are equal; otherwise, false.