ddc v0.0.4+2.094.1 (2020-11-01T06:34:21Z)
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)
bool
equals
(const(char)[] name1, const(char)[] name2)
struct
FileName
nothrow extern (
D
) static pure @
nogc
bool
equals
(
const
(
char
)[]
name1
,
const
(
char
)[]
name2
)
Meta
Source
See Implementation
dmd
root
filename
FileName
constructors
this
functions
opCast
toChars
toString
static functions
absolute
addExt
buildPath
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)