Indicates whether the other is semantically equals to this.
Assembly: Epic.Core
Declaration Syntax
C# |
public bool Equals( InstanceName<TObject> other )
Parameters
- other (InstanceName<(Of <(<'TObject>)>)>)
- A InstanceName<(Of <(<'TObject>)>)>.
Return Value
trueTruetrue when other is semantically equals
to this, falseFalsefalse otherwise.