ObservableSingleTest.DistinctUntilChanged_AllSame Method

Namespace:  ReactiveTests.Tests
Assembly:  Tests.System.Reactive (in Tests.System.Reactive.dll)

Syntax

'Declaration
<TestMethodAttribute> _
Public Sub DistinctUntilChanged_AllSame
'Usage
Dim instance As ObservableSingleTest

instance.DistinctUntilChanged_AllSame()
[TestMethodAttribute]
public void DistinctUntilChanged_AllSame()
[TestMethodAttribute]
public:
void DistinctUntilChanged_AllSame()
[<TestMethodAttribute>]
member DistinctUntilChanged_AllSame : unit -> unit 
public function DistinctUntilChanged_AllSame()

See Also

Reference

ObservableSingleTest Class

ReactiveTests.Tests Namespace