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
obj
objectThe 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
TrapInfoVariableBindingThe object to compare to this instance.
Returns
- bool
true
if theother
equals the value of this instance; otherwise,false
.
Remarks
other
is considered equal to this binding if both the OID and value are equal.