TransferCodingHeaderValue.Equals(Object) 方法
定义
确定指定的对象是否等于当前 TransferCodingHeaderValue 对象。Determines whether the specified Object is equal to the current TransferCodingHeaderValue object.
public:
override bool Equals(System::Object ^ obj);
public override bool Equals (object obj);
public override bool Equals (object? obj);
override this.Equals : obj -> bool
Public Overrides Function Equals (obj As Object) As Boolean
参数
- obj
- Object
要与当前对象进行比较的对象。The object to compare with the current object.
返回
如果指定的 Object 等于当前的对象,则为 true;否则为 false。true if the specified Object is equal to the current object; otherwise, false.