NDepend.API Documentation
OnSameVolumeThan Method
NDepend.Path Namespace > IAbsolutePath Interface : OnSameVolumeThan Method
The other absolute path.
Gets a value indicating whether this absolute path is on the same volume as pathAbsoluteOther.
Syntax
bool OnSameVolumeThan( 
   IAbsolutePath pathAbsoluteOther
)

Parameters

pathAbsoluteOther
The other absolute path.

Return Value

true if this absolute path is on the same drive as pathAbsoluteOther, else returns false.
Remarks
Being on the same volume means being on the same local/network/shared drive.
Requirements

Target Platforms: Windows 11, 10, 8, 7 and Linux, MacOS with net8.0, net7.0 or net6.0 installed

See Also

Reference

IAbsolutePath Interface
IAbsolutePath Members