예제 #1
0
 /// <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));
 }
예제 #2
0
 /// <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);