浏览代码

Changes to this file no longer needed

release/3.x.x
Paul Fake 6 年前
committed by GitHub
父节点
当前提交
2c6c3ac6a4
找不到此签名对应的密钥 GPG 密钥 ID: 4AEE18F83AFDEB23
共有 1 个文件被更改,包括 0 次插入16 次删除
  1. +0
    -16
      Source/MQTTnet.Extensions.ManagedClient/ManagedMqttApplicationMessage.cs

+ 0
- 16
Source/MQTTnet.Extensions.ManagedClient/ManagedMqttApplicationMessage.cs 查看文件

@@ -1,16 +0,0 @@
using System;

namespace MQTTnet.Extensions.ManagedClient
{
public class ManagedMqttApplicationMessage : IEquatable<ManagedMqttApplicationMessage>
{
public Guid Id { get; set; } = Guid.NewGuid();

public MqttApplicationMessage ApplicationMessage { get; set; }
public bool Equals(ManagedMqttApplicationMessage other)
{
return Id.Equals(other.Id);
}
}
}

正在加载...
取消
保存