|
-
Nov 19th, 2000, 12:33 PM
#1
Thread Starter
Addicted Member
How can I achieve to compare 2 adresses of objects liek in c++ where i would have somthin like this :
CClass * dumpObject
CClass * CurrentObject
Like
bool CList::IsInList()
{
return dumpObject != CurrentObject;
}
...How can i achieve this in vb if i have :
dumpObject as CClass
CurrentObject as CClass
function IsInList() as boolean
*** PROBLEM HERE ***
end function THANX FOR HELP ! =)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|