Method Equals
- Namespace
- Bonsai
- Assembly
- Bonsai.Core.dll
Equals(object)
Returns a value indicating whether this instance is equal to a specified object.
public override bool Equals(object obj)
Parameters
obj
objectAn object to compare with this instance.
Returns
- bool
true if
obj
is an instance of ExternalizableAttribute and the externalizable state equals the state of this instance; otherwise, false.