ddc ~master (2020-05-01T11:40:35Z)
Dub
Repo
FileName.equals
dmd
root
filename
FileName
Compare two name according to the platform's rules (case sensitive or not)
bool
equals
(
const
(
char
)*
name1
,
const
(
char
)*
name2
)
struct
FileName
nothrow extern (
C
++) static pure @
nogc
bool
equals
(
const
(
char
)*
name1
,
const
(
char
)*
name2
)
bool
equals
(
const
(
char
)[]
name1
,
const
(
char
)[]
name2
)
Meta
Source
See Implementation
dmd
root
filename
FileName
constructors
this
static functions
absolute
addExt
canonicalName
combine
defaultExt
ensurePathExists
equals
equalsExt
exists
ext
forceExt
free
name
path
removeExt
replaceName
safeSearchPath
searchPath
splitPath
toAbsolute
Compare two name according to the platform's rules (case sensitive or not)