Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
GetBoxDebuggerTooltip
Method · 0.45
LoadGraph
Method · 0.45
Rename
Method · 0.45
ComboBox
Method · 0.45
StateMachine
Class · 0.45
StateMachineState
Class · 0.45
FunctionInputOutputNode
Class · 0.45
Constants
Class · 0.45
Execute
Method · 0.45
UpdateItemSort
Method · 0.45
VisjectCM
Method · 0.45
CreateGroup
Method · 0.45
Calls
1
Equals
Function · 0.50
Tested by
no test coverage detected