VFSPath.Equals(VFSPath).md
January 20, 2026 ยท View on GitHub
Atypical.VirtualFileSystem.Core
Atypical.VirtualFileSystem.Core.VFSPath
VFSPath.Equals(VFSPath) Method
Indicates whether the current object is equal to another object of the same type.
public virtual bool Equals(Atypical.VirtualFileSystem.Core.VFSPath? other);
Parameters
other VFSPath
An object to compare with this object.
Returns
System.Boolean
A value that indicates whether the current object is equal to the other parameter.