示例#1
0
 public static bool IsSameAs(this IEmote source, string emoteToCheck)
 {
     return(source.IsSameAs(new Emoji(emoteToCheck)));
 }