Share via


NWPath.IsEqualToPath(NWPath) Method

Definition

Returns true if this path represents the same path as the specified path.

[Foundation.Export("isEqualToPath:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool IsEqualToPath(NetworkExtension.NWPath path);
[<Foundation.Export("isEqualToPath:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member IsEqualToPath : NetworkExtension.NWPath -> bool
override this.IsEqualToPath : NetworkExtension.NWPath -> bool

Parameters

path
NWPath

Returns

Attributes

Applies to