MessagePartEmoticon.Equals Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| Equals(MessagePartEmoticon) |
Returns true if the given MessagePartEmoticon is equal to this |
| Equals(Object) |
Returns true if the given object is equal to this |
Equals(MessagePartEmoticon)
Returns true if the given MessagePartEmoticon is equal to this
public:
bool Equals(Microsoft::Rtc::Collaboration::PersistentChat::MessagePartEmoticon ^ other);
public bool Equals(Microsoft.Rtc.Collaboration.PersistentChat.MessagePartEmoticon other);
override this.Equals : Microsoft.Rtc.Collaboration.PersistentChat.MessagePartEmoticon -> bool
Public Function Equals (other As MessagePartEmoticon) As Boolean
Parameters
- other
- MessagePartEmoticon
Returns
Returns true if MessagePartEmoticon is equal to this
Applies to
Equals(Object)
Returns true if the given object is equal to this
public:
override bool Equals(System::Object ^ obj);
public override bool Equals(object obj);
override this.Equals : obj -> bool
Public Overrides Function Equals (obj As Object) As Boolean
Parameters
- obj
- Object
Returns
True if the given object is equal to this