Function eql [src]
Prototype
pub fn eql(self: Directory, other: Directory) bool Parameters
self: Directoryother: 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: Directoryother: Directory pub fn eql(self: Directory, other: Directory) bool {
return self.handle.fd == other.handle.fd;
}