Share via


DomNode.IsEqualNode(DomNode) Method

Definition

[Foundation.Export("isEqualNode:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool IsEqualNode(WebKit.DomNode? other);
[<Foundation.Export("isEqualNode:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member IsEqualNode : WebKit.DomNode -> bool
override this.IsEqualNode : WebKit.DomNode -> bool

Parameters

other
DomNode

Returns

Attributes

Applies to