BarNameScope.IsInSameScope(Object, Object) Method
For internal use.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v26.1.dll
Declaration
Parameters
| Name | Type |
|---|---|
| first | Object |
| second | Object |
Returns
| Type |
|---|
| Boolean |
See Also
For internal use.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v26.1.dll
public static bool IsInSameScope(
object first,
object second
)
Public Shared Function IsInSameScope(
first As Object,
second As Object
) As Boolean
| Name | Type |
|---|---|
| first | Object |
| second | Object |
| Type |
|---|
| Boolean |