Method Equals
Equals(object?)
Declaration
public override bool Equals(object? obj)
Parameters
| Type | Name | Description |
|---|---|---|
| object | obj |
Returns
| Type | Description |
|---|---|
| bool |
Overrides
Equals(BTControlFlowNodePropertiesBase?)
Declaration
public override sealed bool Equals(BTControlFlowNodePropertiesBase? other)
Parameters
| Type | Name | Description |
|---|---|---|
| BTControlFlowNodePropertiesBase | other |
Returns
| Type | Description |
|---|---|
| bool |
Overrides
Equals(IfThenElseNodeProperties?)
Declaration
public bool Equals(IfThenElseNodeProperties? other)
Parameters
| Type | Name | Description |
|---|---|---|
| IfThenElseNodeProperties | other |
Returns
| Type | Description |
|---|---|
| bool |