 | JVMBridgeBaseEquals(Object) Method |
Determines whether the specified object is equal to the current object.
Namespace: MASES.JCOBridge.C2JBridgeAssembly: C2JBridge (in C2JBridge.dll) Version: 2.6.3.250913-47278498b8c67e733ecc289138cddb5aee2e4c7e
Syntaxpublic override bool Equals(
Object obj
)
Public Overrides Function Equals (
obj As Object
) As Boolean
Parameters
- obj Object
- The object to compare with the current object.
Return Value
Booleantrue if the specified object is equal to the current object; otherwise, false.
See Also