CORBA 2.3 NO IDEA Avatar
  1. OMG Issue

CORBA23 — Missing equality for DynAny

  • Key: CORBA23-14
  • Legacy Issue Number: 1972
  • Status: closed  
  • Source: Anonymous
  • Summary:

    Summary: Type DynAny has no equality operator. This makes it impossible
    to determine whether or not two DynAnys contain the same value, unless
    I am prepared to recursively iterate over all of a DynAny"s components
    to determine whether they are equal. This is rather inconvenient.

    I would suggest to add a new operation to DynAny:

    boolean equal(in DynAny da);

  • Reported: CORBA 2.2 — Wed, 30 Sep 1998 04:00 GMT
  • Disposition: Resolved — CORBA 2.3
  • Disposition Summary:

    added comparison operator

  • Updated: Fri, 6 Mar 2015 20:58 GMT