Method Equals
Equals(LODParams, LODParams)
Determines whether the specified objects are equal.
Declaration
public bool Equals(LODGroupExtensions.LODParams x, LODGroupExtensions.LODParams y)
Parameters
Type | Name | Description |
---|---|---|
LODGroupExtensions.LODParams | x | The first object of type |
LODGroupExtensions.LODParams | y | The second object of type |
Returns
Type | Description |
---|---|
bool |
Equals(LODParams)
Indicates whether the current object is equal to another object of the same type.
Declaration
public bool Equals(LODGroupExtensions.LODParams x)
Parameters
Type | Name | Description |
---|---|---|
LODGroupExtensions.LODParams | x |
Returns
Type | Description |
---|---|
bool | true if the current object is equal to the |