BindingMemberInfoEquals Method (BindingMemberInfo) |
Version 55.0.0
Compares two BindingMemberInfo's with eachother on their respective values rather then their reference
Namespace: CefSharp.ModelBindingAssembly: CefSharp (in CefSharp.dll) Version: 55.0.0.0 (55.0.0.0)
Syntax public bool Equals(
BindingMemberInfo obj
)
public:
bool Equals(
BindingMemberInfo^ obj
)
Parameters
- obj
- Type: CefSharp.ModelBindingBindingMemberInfo
the other BindingMemberInfo
Return Value
Type:
Booleantrue when they are equal and false otherwise
See Also