Operator operator ==
- Namespace
- DisCatSharp.Entities
- Assembly
- DisCatSharp.dll
operator ==(ForumPostTag, ForumPostTag)
Gets whether the two ForumPostTag objects are equal.
public static bool operator ==(ForumPostTag e1, ForumPostTag e2)
Parameters
e1
ForumPostTagFirst forum post tag to compare.
e2
ForumPostTagSecond forum post tag to compare.
Returns
- bool
Whether the two forum post tags are equal.