Show / Hide Table of Contents

Method wnd.Equals(+ 2 overloads)


Overload

Returns true if w != null and w.Value == this.

public bool Equals(wnd? w)
Parameters
w  (wnd?)
Returns
bool

Overload(next)

Returns true if obj is wnd and contains the same window handle.

public override bool Equals(object obj)
Parameters
obj  (object)
Returns
bool
Overrides
ValueType.Equals(object)

Overload(top)

Returns true if other == this.

public bool Equals(wnd other)
Parameters
other  (wnd)
Returns
bool
Implements
IEquatable<T>.Equals(T)