Method Equals
Equals(Object)
It compares object with the tag and return true if is equal otherwise it will return false
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
System.Object | obj | object must be of type Tag |
Returns
Type | Description |
---|---|
System.Boolean | True/False |
Overrides
System.Object.Equals(System.Object)