Click or drag to resize
BindingMemberInfoEquals Method (BindingMemberInfo)
Version 55.0.0
Compares two BindingMemberInfo's with eachother on their respective values rather then their reference

Namespace: CefSharp.ModelBinding
Assembly: CefSharp (in CefSharp.dll) Version: 55.0.0.0 (55.0.0.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