Method wnd.Equals(+ 2 overloads)
Overload
Returns true
if w != null
and w.Value == this
.
public bool Equals(wnd? w)
Parameters
w (wnd?) |
Returns
Overload(next)
Returns true
if obj is wnd and contains the same window handle.
public override bool Equals(object obj)
Parameters
obj (object) |
Returns
Overrides
Overload(top)
Returns true
if other == this
.
public bool Equals(wnd other)
Parameters
other (wnd) |