Table of Contents

Method Equals

Namespace
Skyline.DataMiner.Utils.SNMP.Traps.Protocol
Assembly
Skyline.DataMiner.Utils.SNMP.Traps.Protocol.dll

Equals(object)

Determines whether the specified object is equal to the current object.

public override bool Equals(object obj)

Parameters

obj object

The object to compare with the current object.

Returns

bool

true if the specified object is equal to the current object; otherwise, false.

Equals(TrapInfoVariableBinding)

Returns a value indicating whether the value of this instance is equal to the value of the specified TrapInfoVariableBinding instance.

public bool Equals(TrapInfoVariableBinding other)

Parameters

other TrapInfoVariableBinding

The object to compare to this instance.

Returns

bool

true if the other equals the value of this instance; otherwise, false.

Remarks

other is considered equal to this binding if both the OID and value are equal.