MCPcopy 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
201def vtkVariantEqual(s1, s2):
202 """
203 Return true if s1 == s2.
204 """
205 return (vtkCommonCore.vtkVariant(s1) == vtkCommonCore.vtkVariant(s2))

Callers 1

testComparisonMethodsMethod · 0.90

Calls 1

vtkVariantMethod · 0.80

Tested by 1

testComparisonMethodsMethod · 0.72