API Reference > OdDAI Namespace > Classes > OdEnum Template > OdEnum Operators > == Operator > OdEnum::== Operator (OdEnum &)
OdEnum::== Operator (OdEnum &)
Syntax
C++
bool operator ==(const OdEnum & other) const;

Returns true if current OdEnum value is equal to other OdEnum value and returns false if not.

Compares with other OdEnum by wrapped enum value

Copyright (c) 2002-2020. Open Design Alliance. All rights reserved.