C# Класс Underscore.Utility.ObjectComponent

Наследование: IObjectComponent
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
IsTruthy ( object target ) : bool

Returns true if an object is truthy, if the value is not the default value of the that type then returns true with the exception of strings which return false if empty, whitespace or null

Приватные методы

Метод Описание
IsNumber ( object o ) : bool

Описание методов

IsTruthy() публичный Метод

Returns true if an object is truthy, if the value is not the default value of the that type then returns true with the exception of strings which return false if empty, whitespace or null
public IsTruthy ( object target ) : bool
target object
Результат bool