Method Equals
- 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
objobjectThe object to compare with the current object.
Returns
- bool
trueif 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
otherTrapInfoVariableBindingThe object to compare to this instance.
Returns
- bool
trueif theotherequals the value of this instance; otherwise,false.
Remarks
other is considered equal to this binding if both the OID and value are equal.