Lightstreamer .Net Adapter 1.11.0
ContentsIndexHome
PreviousUpNext
MpnPlatformType.Equals Method

Indicates whether some other object is "equal to" this one. Two MpnPlatformType objects are equal if their internal names are equal.

C++
public: bool Equals(object other);
C#
public override bool Equals(object other);
Visual Basic
Public override Function Equals(other As object) As bool