Return true if this value equals Other.

Synopsis

Declared in <llvm/ADT/APFixedPoint.h>

bool
operator==(APFixedPoint const& Other) const;

Return Value

True if this value equals Other.

Parameters

Name

Description

Other

Value to compare against.

Created with MrDocs