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; }