Method Equals
Equals(ForceNetworkSerializeByMemcpy<T>)
Check if wrapped values are equal
Declaration
public bool Equals(ForceNetworkSerializeByMemcpy<T> other)
Parameters
Type | Name | Description |
---|---|---|
ForceNetworkSerializeByMemcpy<T> | other | Other wrapper |
Returns
Type | Description |
---|---|
bool | true if equal |
Implements
Equals(object)
Check if this value is equal to a boxed object value
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
object | obj | The boxed value to check against |
Returns
Type | Description |
---|---|
bool | true if equal |