Table of Contents

Method Equals

Namespace
MonoMod.Utils
Assembly
MonoMod.Utils.dll

Equals(WeakReference?, WeakReference?)

When overridden in a derived class, determines whether two objects of type WeakReference are equal.
public override bool Equals(WeakReference? x, WeakReference? y)

Parameters

x WeakReference
The first object to compare.
y WeakReference
The second object to compare.

Returns

bool
true if the specified objects are equal; otherwise, false.