Method Equals
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(ProtocolID)
Determines whether the specified ProtocolID object is equal to the current object.
public bool Equals(ProtocolID other)
Parameters
other
ProtocolIDThe object to compare with the current object.
Returns
- bool
true
if 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.