Fallback method that tests whether a is equal to b. It simply does $(D_KEYWORD ==) comparison.
Left-hand side operand.
Right-hand side operand.
$(D_KEYWORD true) if a == b, $(D_KEYWORD false) otherwise.
See Implementation
Fallback method that tests whether a is equal to b. It simply does $(D_KEYWORD ==) comparison.