'宣言 Public Overloads Shared Function Compare( _ ByVal x As VisualPrimitive, _ ByVal y As VisualPrimitive _ ) As System.Boolean
public static System.bool Compare( VisualPrimitive x, VisualPrimitive y )
パラメータ
- x
- One VisualPrimitive object.
- y
- Second VisualPrimitive object.
戻り値の型
Returns true if objects are same, false otherwise. Returns true if both objects are null.