StreamingContext.Equals Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Determines whether two StreamingContext instances contain the same values.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- obj
- Type: System.Object
An object to compare with the current instance.
Return Value
Type: System.Booleantrue if the specified object is an instance of StreamingContext and equals the value of the current instance; otherwise, false.
Show: