Click or drag to resize

BindingMemberInfoEquals Method (BindingMemberInfo)

Version 75.1.140
Compares two BindingMemberInfo's with eachother on their respective values rather then their reference

Namespace:  CefSharp.ModelBinding
Assembly:  CefSharp (in CefSharp.dll) Version: 75.1.140.0 (75.1.140.0)
Syntax
public bool Equals(
	BindingMemberInfo obj
)

Parameters

obj
Type: CefSharp.ModelBindingBindingMemberInfo
the other BindingMemberInfo

Return Value

Type: Boolean
true when they are equal and false otherwise
See Also