Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/VTK
/ vtkVariantEqual
Function
vtkVariantEqual
Wrapping/Python/vtkmodules/util/vtkVariant.py:201–205 ·
view source on GitHub ↗
Return true if s1 == s2.
(s1, s2)
Source
from the content-addressed store, hash-verified
199
200
201
def
vtkVariantEqual(s1, s2):
202
""
"
203
Return true
if
s1 == s2.
204
""
"
205
return
(vtkCommonCore.vtkVariant(s1) == vtkCommonCore.vtkVariant(s2))
Callers
1
testComparisonMethods
Method · 0.90
Calls
1
vtkVariant
Method · 0.80
Tested by
1
testComparisonMethods
Method · 0.72