Return true if this value equals Other.
Synopsis
Declared in <llvm/ADT/APFixedPoint.h>
bool
operator==(APFixedPoint const& Other) const;
Return Value
true if the objects are equal, false otherwise
Parameters
Name |
Description |
Other |
The right operand |
Created with MrDocs