BindingMemberInfoEquals Method (BindingMemberInfo) |
Version 73.1.130
Compares two BindingMemberInfo's with eachother on their respective values rather then their reference
Namespace:
CefSharp.ModelBinding
Assembly:
CefSharp (in CefSharp.dll) Version: 73.1.130.0 (73.1.130.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