TypeX<T> extension

Extensions on generic type T

on
  • T?

Methods

isNullOrMatches(T value) bool
Returns true if the value is null or matches the given value otherwise returns false.