/// <summary> /// Gets a value indicating if change notifications are enabled. /// </summary> /// <returns>A value indicating if change notifications are on or off.</returns> public bool AreChangeNotificationsEnabled() { return(IReactiveObjectExtensions.AreChangeNotificationsEnabled(this)); }
/// <summary> /// Determines if change notifications are enabled or not. /// </summary> /// <returns>A value indicating whether change notifications are enabled.</returns> public bool AreChangeNotificationsEnabled() => IReactiveObjectExtensions.AreChangeNotificationsEnabled(this);