  | JVMBridgeBaseReferenceEqualsJVM Method | 
            Check if the o1 instance is the same reference of o2 in the JVM
            
Namespace: MASES.JCOBridge.C2JBridgeAssembly: C2JBridge (in C2JBridge.dll) Version: 2.6.4.250922-152ba6ff9edce5bce8e7bf5a86e1098f7e200363
Syntaxpublic static bool ReferenceEqualsJVM(
	JVMBridgeBase o1,
	JVMBridgeBase o2
)
Public Shared Function ReferenceEqualsJVM ( 
	o1 As JVMBridgeBase,
	o2 As JVMBridgeBase
) As Boolean
Parameters
- o1  JVMBridgeBase
 - First IJavaObjectBase to check
 - o2  JVMBridgeBase
 - Second IJavaObjectBase to check against o1
 
Return Value
Boolean if 
o1 and 
o2 are the same object in the JVM, otherwise 
See Also