MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / Equals

Method Equals

Source/Editor/Surface/Undo/BoxHandle.cs:56–59  ·  view source on GitHub ↗

(object obj)

Source from the content-addressed store, hash-verified

54
55 /// <inheritdoc />
56 public override bool Equals(object obj)
57 {
58 return obj is BoxHandle handle && Equals(handle);
59 }
60
61 /// <inheritdoc />
62 public bool Equals(BoxHandle other)

Callers 12

GetBoxDebuggerTooltipMethod · 0.45
LoadGraphMethod · 0.45
RenameMethod · 0.45
ComboBoxMethod · 0.45
StateMachineClass · 0.45
StateMachineStateClass · 0.45
ConstantsClass · 0.45
ExecuteMethod · 0.45
UpdateItemSortMethod · 0.45
VisjectCMMethod · 0.45
CreateGroupMethod · 0.45

Calls 1

EqualsFunction · 0.50

Tested by

no test coverage detected