API Reference > OdDAI Namespace > Classes > List Template > List Operators > List::== Operator
List::== Operator
Syntax
C++
bool operator ==(const List& right) const;
Parameters 
Description 
const List& right 
[in] aggregate to compare.  

Returns true if equal, otherwise false.

Equal to operator

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