This topic has not yet been rated - Rate this topic

Timestamped<T>::Equals Method

Indicates whether this instance and a specified object are equal.

Namespace:  System.Reactive
Assembly:  System.Reactive (in System.Reactive.dll)
public:
virtual bool Equals(
	Object^ obj
) override

Parameters

obj
Type: System::Object
The object to check equality with this instance.

Return Value

Type: System::Boolean
true if this instance and the given object are equal; otherwise, false.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.