HeaderType.Equals

HeaderType.Equals method

Returns a boolean indicating if the passed in object obj is Equal to this.

public override bool Equals(object obj)
ParameterTypeDescription
objObjectThe HeaderType object to compare.

Return Value

Returns true if objects are equal, otherwise returns false

See Also