Click or drag to resize

ComparisonUtils Class

Utility methods for comparing objects.
Inheritance Hierarchy
SystemObject
  Slash.Unity.DataBind.Core.UtilsComparisonUtils

Namespace:  Slash.Unity.DataBind.Core.Utils
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public static class ComparisonUtils

The ComparisonUtils type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCheckValuesForEquality
Checks two objects for equality. Tries to convert second value to the same type as first value.
Top
See Also