WCF Compare objects on client
Posted
by
Petoj
on Stack Overflow
See other posts from Stack Overflow
or by Petoj
Published on 2011-01-10T12:52:00Z
Indexed on
2011/01/10
12:53 UTC
Read the original article
Hit count: 208
Well i have a WCF service and has to methods one that gives a list of a object and one that gives a list of objects..
the object returned from method one is part of the list from method two.
Im using wpf and binding a combo box to the two the results..
but the problem is that the combo box dosent know how to compare the objects as WCF did not generate this for me.. is there some way to fix this??
© Stack Overflow or respective owner