BBN.DAML.DAMLCommonImpl.GetEquivalentValues Function
Answer an iterator over all of the DAML objects that are equivalent to this value under the daml:equivalentTo relation. The common method just tests this relation, GetEquivalentValues() in sub-classes, such as {@link com.hp.hpl.jena.daml.DAMLClass}, may extend this with specific additional semantics such as daml:sameClassAs.

Public System.Collections.IEnumerator GetEquivalentValues ()
  Return Description  
    System.Collections.IEnumerator an iterator ranging over every equivalent DAML value - each value of the iteration will be a damlCommon object