Loc.equals

Checks for equivalence by comparing the filename contents (not the pointer) and character location.

Note: - Uses case-insensitive comparison on Windows - Ignores charnum if Columns is false.

struct Loc
extern (C++) nothrow const
bool
equals
(
ref const(Loc) loc
)

Meta