Method Equals
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(ProtocolID)
Determines whether the specified ProtocolID object is equal to the current object.
public bool Equals(ProtocolID other)
Parameters
otherProtocolIDThe object to compare with the current object.
Returns
- bool
trueif the specified object is equal to the current object; otherwise,false.
Remarks
Two ProtocolID objects are considered equal by this method if the Name, Version and ParentObjectRef property values are equal.