 | ComparisonUtils Class |
Utility methods for comparing objects.
Inheritance Hierarchy
Namespace:
Slash.Unity.DataBind.Core.Utils
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxpublic static class ComparisonUtils
Public NotInheritable Class ComparisonUtils
public ref class ComparisonUtils abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type ComparisonUtils = class end
The ComparisonUtils type exposes the following members.
Methods
| Name | Description |
---|
  | CheckValuesForEquality |
Checks two objects for equality.
Tries to convert second value to the same type as first value.
|
Top
See Also