Function eql [src]
Prototype
pub fn eql(self: Directory, other: Directory) bool
Parameters
self: Directory
other: Directory
Source
pub fn eql(self: Directory, other: Directory) bool {
return self.handle.fd == other.handle.fd;
}
pub fn eql(self: Directory, other: Directory) bool
self: Directory
other: Directory
pub fn eql(self: Directory, other: Directory) bool {
return self.handle.fd == other.handle.fd;
}